Trait overflow_error::Error[][src]

pub trait Error: Fail + Copy + Eq {
    fn describe(self) -> &'static str;
}

A discrete error with a known description.

Required Methods

Describes the error using a static string.

Implementations on Foreign Types

impl Error for !
[src]

Implementors