Struct triadic_census::SimpleDigraph [] [src]

pub struct SimpleDigraph<N, E> { /* fields omitted */ }

Methods

impl<N: Default, E: Default> SimpleDigraph<N, E>
[src]

Trait Implementations

impl<N: Debug, E: Debug> Debug for SimpleDigraph<N, E>
[src]

Formats the value using the given formatter.

impl<N, E> From<Graph<N, E, Directed>> for SimpleDigraph<N, E>
[src]

Performs the conversion.

impl<N, E> DirectedGraph for SimpleDigraph<N, E>
[src]