Enum mqtt::control::variable_header::VariableHeaderError [−][src]
pub enum VariableHeaderError {
IoError(Error),
InvalidReservedFlag,
FromUtf8Error(FromUtf8Error),
TopicNameError(TopicNameError),
InvalidProtocolVersion,
}Expand description
Errors while decoding variable header
Variants
IoError(Error)Tuple Fields of IoError
0: ErrorFromUtf8Error(FromUtf8Error)Tuple Fields of FromUtf8Error
TopicNameError(TopicNameError)Tuple Fields of TopicNameError
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.