AuthPropertiesBuf

Type Alias AuthPropertiesBuf 

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

PropertiesBuf constrained to AUTH packet property IDs.

Aliased Type§

pub struct AuthPropertiesBuf {
    _marker: PhantomData<Auth>,
    bytes: Vec<u8>,
}

Fields§

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