Struct failure::Error [] [src]

pub struct Error { /* fields omitted */ }

Methods

impl Error
[src]

[src]

[src]

[src]

Trait Implementations

impl<F: Fail> From<F> for Error
[src]

[src]

Performs the conversion.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.