Struct notify::null::NullWatcher [] [src]

pub struct NullWatcher;

Trait Implementations

impl Watcher for NullWatcher
[src]

fn new(tx: Sender<Event>) -> Result<NullWatcherError>

fn watch<P: AsRef<Path>>(&mut self, path: P) -> Result<()Error>

fn unwatch<P: AsRef<Path>>(&mut self, path: P) -> Result<()Error>