Struct notify::Event [] [src]

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

Fields

path: Option<PathBuf> op: Result<OpError>

Trait Implementations

impl Debug for Event
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Send for Event
[src]