FStr16

Type Alias FStr16 

Source
pub type FStr16 = FixedStr<16, Align16>;
Expand description

Fixed-length string with a capacity of 16 characters

Occupies 16 bytes

Aliased Typeยง

pub struct FStr16 { /* private fields */ }