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

pub struct NullWatcher;

Trait Implementations

impl Watcher for NullWatcher

fn new(tx: Sender<Event>) -> Result<NullWatcher, Error>

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

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