Enum lazyf::lz_err::LzErr[][src]

pub enum LzErr {
    NotFound,
    NoParse(String),
    NoFileRead,
    NoItemsFound,
    IOErr(Error),
}

Variants

Trait Implementations

impl Debug for LzErr
[src]

Formats the value using the given formatter. Read more

impl From<Error> for LzErr
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for LzErr

impl Sync for LzErr