Struct notify::Event
[-] [+]
[src]
pub struct Event { pub path: Option<PathBuf>, pub op: Result<Op, Error>, }
Fields
path | |
op |
pub struct Event { pub path: Option<PathBuf>, pub op: Result<Op, Error>, }
path | |
op |
impl Send for Event
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
).