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