Trait plexus::primitive::IntoPolygons
source · [−]pub trait IntoPolygons: Sized {
type Output: IntoIterator<Item = Self::Polygon>;
type Polygon: Polygonal;
fn into_polygons(self) -> Self::Output;
}
pub trait IntoPolygons: Sized {
type Output: IntoIterator<Item = Self::Polygon>;
type Polygon: Polygonal;
fn into_polygons(self) -> Self::Output;
}