[−][src]Trait chainerror::ChainErrorFrom
Required methods
fn chain_error_from(
_: T,
line_filename: Option<(u32, &'static str)>
) -> ChainError<Self>
_: T,
line_filename: Option<(u32, &'static str)>
) -> ChainError<Self>
Implementors
impl<T, U> ChainErrorFrom<T> for U where
T: Into<U>,
U: 'static + Display + Debug, [src]
impl<T, U> ChainErrorFrom<T> for U where
T: Into<U>,
U: 'static + Display + Debug, fn chain_error_from( | [src] |