Home
last modified time | relevance | path

Searched defs:NotifyHandle (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/vfs-notify/src/
Dlib.rs21 pub struct NotifyHandle { struct
33 impl loader::Handle for NotifyHandle { implementation
34 fn spawn(sender: loader::Sender) -> NotifyHandle { in spawn()