Stringlet2

Type Alias Stringlet2 

Source
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 */ }