ConnectPropertiesBuf

Type Alias ConnectPropertiesBuf 

pub type ConnectPropertiesBuf = PropertiesBuf<Connect>;
Available on crate feature alloc only.
Expand description

PropertiesBuf constrained to CONNECT packet property IDs.

Aliased Type§

pub struct ConnectPropertiesBuf {
    _marker: PhantomData<Connect>,
    bytes: Vec<u8>,
}

Fields§

§_marker: PhantomData<Connect>§bytes: Vec<u8>