PublishPropertiesBuf

Type Alias PublishPropertiesBuf 

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

PropertiesBuf constrained to PUBLISH packet property IDs.

Aliased Type§

pub struct PublishPropertiesBuf {
    _marker: PhantomData<Publish>,
    bytes: Vec<u8>,
}

Fields§

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