StaticStringVec
style
0.8.0
In style::
str
style
::
str
Type Alias
Static
String
Vec
Copy item path
Source
pub type StaticStringVec = &'static [&'static
str
];
Expand description
A static slice of
str
s.