Trait plexus::generate::VerticesWithPosition [] [src]

pub trait VerticesWithPosition<P>: Sized {
    fn vertices_with_position(&self) -> Generate<Self, P>;
}

Required Methods

Implementors