FixedStringlet4

Type Alias FixedStringlet4 

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

Fixed length Stringlet, aligned to 4 bytes

Aliased Typeยง

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