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