Struct triadic_census::OptSparseDigraph [] [src]

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

Trait Implementations

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

Formats the value using the given formatter.

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

Performs the conversion.

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