Stringlet

Type Alias Stringlet 

Source
pub type Stringlet<const SIZE: usize = 16> = StringletBase<SIZE, true, 0, 1>;
Expand description

Fixed length Stringlet, aligned to 1 bytes

Aliased Typeยง

pub struct Stringlet<const SIZE: usize = 16> { /* private fields */ }