Skip to main content

ArrayString8

Type Alias ArrayString8 

Source
pub type ArrayString8 = ArrayString<8>;
Expand description

Stack-allocated string of size 8 bytes (re-exported from arrayvec)

Aliased Typeยง

pub struct ArrayString8 { /* private fields */ }