Trait airmash_protocol_v5::ChainError[][src]

pub trait ChainError<T> {
    fn chain(self, elem: T) -> Self;
}

Required Methods

Implementations on Foreign Types

impl<T, E, U> ChainError<U> for Result<T, E> where
    E: ChainError<U>, 
[src]

Implementors