Stringlet64

Type Alias Stringlet64 

Source
pub type Stringlet64<const SIZE: usize = 16> = Stringlet<SIZE, false, 64>;
Expand description

Variable length Stringlet, aligned to 64 bytes

Aliased Typeยง

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