[−][src]Trait chainerror::IntoChainError
Required methods
fn into_chain_error(
self,
line_filename: Option<(u32, &'static str)>
) -> ChainError<T>
self,
line_filename: Option<(u32, &'static str)>
) -> ChainError<T>
Implementors
impl<T, U> IntoChainError<U> for T where
U: ChainErrorFrom<T>,
[src]
U: ChainErrorFrom<T>,
fn into_chain_error(
self,
line_filename: Option<(u32, &'static str)>
) -> ChainError<U>
[src]
self,
line_filename: Option<(u32, &'static str)>
) -> ChainError<U>