Enum mqtt::topic_name::TopicNameError [] [src]

pub enum TopicNameError {
    StringEncodeError(StringEncodeError),
    InvalidTopicName(String),
}

Variants

Trait Implementations

impl Debug for TopicNameError
[src]

Formats the value using the given formatter.

impl Display for TopicNameError
[src]

Formats the value using the given formatter. Read more

impl Error for TopicNameError
[src]

A short description of the error. Read more

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