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