Trait plexus::generate::Lines [] [src]

pub trait Lines<P>: Sized where
    P: IntoLines, 
{ fn lines(self) -> Decompose<Self, P, Line<P::Vertex>, P::Output>; }

Required Methods

Implementors