Type Alias UnsubackPropertiesBuf
pub type UnsubackPropertiesBuf = PropertiesBuf<Unsuback>;Available on crate feature
alloc only.Expand description
PropertiesBuf constrained to UNSUBACK packet property IDs.
Aliased Type§
pub struct UnsubackPropertiesBuf {
_marker: PhantomData<Unsuback>,
bytes: Vec<u8>,
}Fields§
§_marker: PhantomData<Unsuback>§bytes: Vec<u8>