Enum ntex_mqtt::v3::codec::TopicError [−][src]
pub enum TopicError {
InvalidTopic,
InvalidLevel,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TopicError
impl Send for TopicError
impl Sync for TopicError
impl Unpin for TopicError
impl UnwindSafe for TopicError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more