Struct ntex_mqtt::v3::control::Error [−][src]
pub struct Error<E> { /* fields omitted */ }
Expand description
Service level error
Implementations
Ack service error, return disconnect packet and close connection.
Ack service error, return disconnect packet and close connection.
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for Error<E> where
E: RefUnwindSafe,
impl<E> UnwindSafe for Error<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more