Type Alias WillPropertiesBuf
pub type WillPropertiesBuf = PropertiesBuf<Will>;Available on crate feature
alloc only.Expand description
PropertiesBuf constrained to Will property IDs.
Aliased Type§
pub struct WillPropertiesBuf {
_marker: PhantomData<Will>,
bytes: Vec<u8>,
}Fields§
§_marker: PhantomData<Will>§bytes: Vec<u8>