FixedStringlet64

Type Alias FixedStringlet64 

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

Fixed length Stringlet, aligned to 64 bytes

Aliased Typeยง

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