Enum xdg::error::ErrorKind [-] [+] [src]

pub enum ErrorKind {
    Xdg(XdgError),
    Io(Error),
}

Variants

Xdg
Io

Trait Implementations

Derived Implementations

impl Debug for ErrorKind

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