Enum protocol::error::Error [] [src]

pub enum Error {
    UnknownPacketId,
    Io(Error),
    FromUtf8(FromUtf8Error),
    TryFromIntError(TryFromIntError),
    CharTryFromError(CharTryFromError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<FromUtf8Error> for Error
[src]

Performs the conversion.

impl From<TryFromIntError> for Error
[src]

Performs the conversion.

impl From<CharTryFromError> for Error
[src]

Performs the conversion.