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