[][src]Trait airmash_protocol_v5::ChainError

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

Required methods

fn chain(self, elem: T) -> Self

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

impl ChainError<FieldSpec> for DeserializeError
[src]

impl ChainError<FieldSpec> for SerializeError
[src]

Loading content...