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

pub struct NullWatcher;

Stub Watcher implementation

Events are never delivered from this watcher.

Trait Implementations

impl Watcher for NullWatcher
[src]

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

Create a new Watcher

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

Begin watching a new path Read more

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

Stop watching a path Read more