UnsubscribePropertiesBuf

Type Alias UnsubscribePropertiesBuf 

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

PropertiesBuf constrained to UNSUBSCRIBE packet property IDs.

Aliased Type§

pub struct UnsubscribePropertiesBuf {
    _marker: PhantomData<Unsubscribe>,
    bytes: Vec<u8>,
}

Fields§

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