Type Alias AnyPropertiesBuf
pub type AnyPropertiesBuf = PropertiesBuf<Any>;Available on crate feature
alloc only.Expand description
PropertiesBuf without any restriction on allowed property IDs.
Aliased Type§
pub struct AnyPropertiesBuf {
_marker: PhantomData<Any>,
bytes: Vec<u8>,
}Fields§
§_marker: PhantomData<Any>§bytes: Vec<u8>