Enum mqtt::packet::unsubscribe::UnsubscribePacketError [−][src]
pub enum UnsubscribePacketError {
IoError(Error),
FromUtf8Error(FromUtf8Error),
TopicFilterError(TopicFilterError),
}Variants
IoError(Error)Tuple Fields of IoError
0: ErrorFromUtf8Error(FromUtf8Error)Tuple Fields of FromUtf8Error
TopicFilterError(TopicFilterError)Tuple Fields of TopicFilterError
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.