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