pub type VarStringlet16<const SIZE: usize = 16> = StringletBase<SIZE, false, 1, 16>;Expand description
Variable length Stringlet, aligned to 16 bytes
Aliased Typeยง
pub struct VarStringlet16<const SIZE: usize = 16> { /* private fields */ }pub type VarStringlet16<const SIZE: usize = 16> = StringletBase<SIZE, false, 1, 16>;Variable length Stringlet, aligned to 16 bytes
pub struct VarStringlet16<const SIZE: usize = 16> { /* private fields */ }