Struct ra_ap_vfs_notify::NotifyHandle
source · pub struct NotifyHandle { /* private fields */ }Trait Implementations§
source§impl Debug for NotifyHandle
impl Debug for NotifyHandle
source§impl Handle for NotifyHandle
impl Handle for NotifyHandle
source§fn spawn(sender: Sender) -> NotifyHandle
fn spawn(sender: Sender) -> NotifyHandle
Spawn a new handle with the given
sender.source§fn set_config(&mut self, config: Config)
fn set_config(&mut self, config: Config)
Set this handle’s configuration.
source§fn invalidate(&mut self, path: AbsPathBuf)
fn invalidate(&mut self, path: AbsPathBuf)
The file’s content at
path has been modified, and should be reloaded.