Type Definition style::str::StaticStringVec
[−]
[src]
type StaticStringVec = &'static [&'static str];
A static slice of str
s.
type StaticStringVec = &'static [&'static str];
A static slice of str
s.