Type Definition style::str::StaticCharVec
[−]
[src]
type StaticCharVec = &'static [char];
A static slice of characters.
type StaticCharVec = &'static [char];
A static slice of characters.