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