FixedStringlet

Type Alias FixedStringlet 

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

Fixed length Stringlet, aligned to 1 bytes

Aliased Typeยง

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