Stringlet8

Type Alias Stringlet8 

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

Fixed length Stringlet, aligned to 8 bytes

Aliased Typeยง

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