AckPropertiesBuf

Type Alias AckPropertiesBuf 

pub type AckPropertiesBuf = PropertiesBuf<Ack>;
Available on crate feature alloc only.
Expand description

PropertiesBuf constrained to ACK property IDs.

Aliased Type§

pub struct AckPropertiesBuf {
    _marker: PhantomData<Ack>,
    bytes: Vec<u8>,
}

Fields§

§_marker: PhantomData<Ack>§bytes: Vec<u8>