FixedStringlet32

Type Alias FixedStringlet32 

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

Fixed length Stringlet, aligned to 32 bytes

Aliased Typeยง

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