Trait plexus::generate::PolygonsWithIndex [] [src]

pub trait PolygonsWithIndex<P>: IndexGenerator + Sized {
    fn polygons_with_index_with(
        &self,
        state: Self::State
    ) -> Generate<Self, Self::State, P>; fn polygons_with_index(&self) -> Generate<Self, Self::State, P> { ... } }

Required Methods

Provided Methods

Implementors