Searched defs:StringVector (Results 1 – 2 of 2) sorted by relevance
154 struct StringVector { struct155 interface: CIStringVector, argument159 impl StringVector { impl257 impl From<&[String]> for StringVector { implementation
32 using StringVector = std::vector<std::string>; variable