Struct epitaph::ValueErr [] [src]

pub struct ValueErr<E>(_, _)
where
    E: Any + Send + Display
;

Methods

impl<E> ValueErr<E> where
    E: Any + Send + Display
[src]

Trait Implementations

impl<E> Error for ValueErr<E> where
    E: Any + Send + Display
[src]

A short description of the error. Read more

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

impl<E> From<E> for ValueErr<E> where
    E: Any + Send + Display
[src]

Performs the conversion.

impl<E> Debug for ValueErr<E> where
    E: Any + Send + Display
[src]

Formats the value using the given formatter.

impl<E> Display for ValueErr<E> where
    E: Any + Send + Display
[src]

Formats the value using the given formatter. Read more

impl<E> Clone for ValueErr<E> where
    E: Any + Send + Clone + Display
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more