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