Enum ia::error::Io [] [src]

pub enum Io {
    Generic,
    Custom(String),
}

Variants

Trait Implementations

impl Debug for Io
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Io
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for Io
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Io

impl Sync for Io