Enum notify::Error [-] [+] [src]

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

Variants

Generic
Io
NotImplemented
PathNotFound
WatchNotFound

Trait Implementations

Derived Implementations

impl Debug for Error

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