tinymist_vfs::notify

Trait NotifyDeps

Source
pub trait NotifyDeps:
    Debug
    + Send
    + Sync {
    // Required method
    fn dependencies(&self, f: &mut dyn FnMut(&ImmutPath));
}

Required Methods§

Source

fn dependencies(&self, f: &mut dyn FnMut(&ImmutPath))

Implementations on Foreign Types§

Source§

impl NotifyDeps for Vec<ImmutPath>

Source§

fn dependencies(&self, f: &mut dyn FnMut(&ImmutPath))

Implementors§