pub type VectorOfVectorOfPoint2f = Vector<Vector<Point2f>>;๐Deprecated: Use the the non-alias form
core::Vector<core::Vector<core::Point2f>> instead, removal in Nov 2024Aliased Typeยง
struct VectorOfVectorOfPoint2f { /* private fields */ }