Enum mqtt::control::variable_header::VariableHeaderError [] [src]

pub enum VariableHeaderError {
    IoError(Error),
    StringEncodeError(StringEncodeError),
    InvalidReservedFlag,
    FromUtf8Error(FromUtf8Error),
    TopicNameError(TopicNameError),
}

Variants

Trait Implementations

impl Debug for VariableHeaderError
[src]

Formats the value using the given formatter.

impl From<Error> for VariableHeaderError
[src]

Performs the conversion.

impl From<Error> for VariableHeaderError
[src]

Performs the conversion.

impl From<FromUtf8Error> for VariableHeaderError
[src]

Performs the conversion.

impl From<StringEncodeError> for VariableHeaderError
[src]

Performs the conversion.

impl From<TopicNameError> for VariableHeaderError
[src]

Performs the conversion.

impl Display for VariableHeaderError
[src]

Formats the value using the given formatter.

impl Error for VariableHeaderError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more