[][src]Trait rs_graph::traits::Digraph

pub trait Digraph<'a>: Graph<'a> + Directed<'a> { }

A trait for general directed, sized graphs.

Implementors

impl<'a, G> Digraph<'a> for G where
    G: GraphSize<'a> + Directed<'a>, 
[src]

Loading content...