FixedStringlet2

Type Alias FixedStringlet2 

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

Fixed length Stringlet, aligned to 2 bytes

Aliased Typeยง

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