Struct notify::inotify::INotifyWatcher
[-] [+]
[src]
pub struct INotifyWatcher { // some fields omitted }
pub struct INotifyWatcher { // some fields omitted }
impl Watcher for INotifyWatcher
fn new(tx: Sender<Event>) -> Result<INotifyWatcher, Error>
fn watch(&mut self, path: &Path) -> Result<(), Error>
fn unwatch(&mut self, path: &Path) -> Result<(), Error>
impl Drop for INotifyWatcher
fn drop(&mut self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).