Struct triadic_census::OptDenseDigraph [] [src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter.

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

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

Performs the conversion.