Trait fera_graph::graphs::adjset::AdjSetEdge [] [src]

pub trait AdjSetEdge<V>: 'static + GraphItem where
    V: AdjSetVertex
{ fn new(u: V, v: V) -> Self;
fn source(&self) -> V;
fn target(&self) -> V; }

Required Methods

Implementors