opencv::types

Type Alias VectorOfString

Source
pub type VectorOfString = Vector<String>;
๐Ÿ‘ŽDeprecated: Use the the non-alias form core::Vector<String> instead, removal in Nov 2024

Aliased Typeยง

struct VectorOfString { /* private fields */ }