FStr8

Type Alias FStr8 

Source
pub type FStr8 = FixedStr<8, Align8>;
Expand description

Fixed-length string with a capacity of 8 characters

Occupies 8 bytes

Aliased Typeยง

pub struct FStr8 { /* private fields */ }