[][src]Trait chainerror::IntoChainError

pub trait IntoChainError<T>: Sized {
    fn into_chain_error(
        self,
        line_filename: Option<(u32, &'static str)>
    ) -> ChainError<T>; }

Required methods

fn into_chain_error(
    self,
    line_filename: Option<(u32, &'static str)>
) -> ChainError<T>

Loading content...

Implementors

impl<T, U> IntoChainError<U> for T where
    U: ChainErrorFrom<T>, 
[src]

Loading content...