Stringlet16

Type Alias Stringlet16 

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

Fixed length Stringlet, aligned to 16 bytes

Aliased Typeยง

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