Enum mqtt::control::packet_type::PacketTypeError
[−]
[src]
pub enum PacketTypeError {
ReservedType(u8, u8),
UndefinedType(u8, u8),
InvalidFlag(ControlType, u8),
}Parsing packet type errors
Variants
ReservedType(u8, u8)UndefinedType(u8, u8)InvalidFlag(ControlType, u8)
Trait Implementations
impl Debug for PacketTypeError[src]
impl Display for PacketTypeError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more