Enum notify::Error [] [src]

pub enum Error {
    Generic(String),
    Io(Error),
    NotImplemented,
    PathNotFound,
    WatchNotFound,
}

Variants

Generic(String)Io(Error)NotImplementedPathNotFoundWatchNotFound

Trait Implementations

impl Debug for Error
[src]

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

Formats the value using the given formatter.