Enum mqtt::topic_name::TopicNameDecodeError [−][src]
pub enum TopicNameDecodeError {
IoError(Error),
InvalidTopicName(TopicNameError),
}Expand description
Errors while parsing topic names
Variants
IoError(Error)Tuple Fields of IoError
0: ErrorInvalidTopicName(TopicNameError)Tuple Fields of InvalidTopicName
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.