Type Alias style::str::StaticStringVec

source ยท
pub type StaticStringVec = &'static [&'static str];
Expand description

A static slice of strs.