Type Alias SubscribeProperties
pub type SubscribeProperties = Properties<Subscribe>;Expand description
Properties constrained to SUBSCRIBE packet property IDs.
Aliased Type§
#[repr(transparent)]pub struct SubscribeProperties {
_marker: PhantomData<Subscribe>,
bytes: [u8],
}Fields§
§_marker: PhantomData<Subscribe>§bytes: [u8]