Stringlet4

Type Alias Stringlet4 

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

Fixed length Stringlet, aligned to 4 bytes

Aliased Typeยง

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