Stringlet32

Type Alias Stringlet32 

Source
pub type Stringlet32<const SIZE: usize = 16> = StringletBase<Fixed, SIZE, 0, 32>;
Expand description

Fixed length Stringlet, aligned to 32 bytes

Aliased Typeยง

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