Trait tokio_mqttc::proto::Header [] [src]

pub trait Header: Sized {
    fn header_name() -> &'static str;
fn parse_header(raw: &Bytes) -> MqttResult<Self>;
fn fmt_header(&self, out: &mut BytesMut) -> MqttResult<()>; }

Required Methods

Implementors