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