Trait plexus::generate::Edges [] [src]

pub trait Edges<P>: Sized where
    P: IntoEdges, 
{ fn edges(self) -> Decompose<Self, P, Edge<P::Vertex>, P::Output>; }

Required Methods

Implementors