Enum mqtt::packet::subscribe::SubscribePacketError [−][src]
pub enum SubscribePacketError {
IoError(Error),
FromUtf8Error(FromUtf8Error),
InvalidQualityOfService,
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.