Enum unreliable_message::UnrError [] [src]

pub enum UnrError {
    IoError(IoError),
    EncodingError(EncodingError),
    DecodingError(DecodingError),
}

Variants

Trait Implementations

impl Debug for UnrError
[src]

Formats the value using the given formatter.

impl From<IoError> for UnrError
[src]

Performs the conversion.

impl From<EncodingError> for UnrError
[src]

Performs the conversion.

impl From<DecodingError> for UnrError
[src]

Performs the conversion.