Type Alias style::str::StaticCharVec

source ยท
pub type StaticCharVec = &'static [char];
Expand description

A static slice of characters.