Stringlet64

Type Alias Stringlet64 

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

Fixed length Stringlet, aligned to 64 bytes

Aliased Typeยง

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