Enum transit::udp::TransitError [] [src]

pub enum TransitError {
    IoError(Error),
    SerializeError(UnderlyingError),
    DeserializeError(UnderlyingError),
    Error(UnderlyingError),
}

Variants

IoError
SerializeError
DeserializeError
Error

Trait Implementations

impl Error for TransitError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl From<Error> for TransitError

fn from(err: Error) -> TransitError

impl Display for TransitError

fn fmt(&self, fmt: &mut Formatter) -> Result

Derived Implementations

impl Debug for TransitError

fn fmt(&self, __arg_0: &mut Formatter) -> Result