Trait overflow_error::ErrorDesc[][src]

pub trait ErrorDesc: 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 ErrorDesc for !
[src]

Implementors