Trait epitaph::DetailedFromError [] [src]

pub trait DetailedFromError<E> {
    fn from_error(
        cause: E,
        msg: Option<String>,
        file: &'static str,
        line: u32
    ) -> Self; }

Required Methods

Implementors