Type Definition style::str::StaticStringVec [] [src]

type StaticStringVec = &'static [&'static str];

A static slice of strs.