[][src]Trait rs_graph::traits::Graph

pub trait Graph<'a>: GraphSize<'a> + Undirected<'a> { }

A trait for general undirected, sized graphs.

Implementors

impl<'a, G> Graph<'a> for G where
    G: GraphSize<'a> + Undirected<'a>, 
[src]

Loading content...