Enum mqtt::packet::suback::SubackPacketPayloadError [] [src]

pub enum SubackPacketPayloadError {
    IoError(Error),
    InvalidSubscribeReturnCode(u8),
}

Variants

Trait Implementations

impl Debug for SubackPacketPayloadError
[src]

Formats the value using the given formatter.

impl Display for SubackPacketPayloadError
[src]

Formats the value using the given formatter.

impl Error for SubackPacketPayloadError
[src]

A short description of the error. Read more

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

impl From<Error> for SubackPacketPayloadError
[src]

Performs the conversion.