Struct notify::Event [-] [+] [src]

pub struct Event {
    pub path: Option<PathBuf>,
    pub op: Result<Op, Error>,
}

Fields

path
op

Trait Implementations

impl Send for Event