Struct graphify::graph::graph::Graph [] [src]

pub struct Graph<TInformation> { /* fields omitted */ }

Methods

impl<TInformation> Graph<TInformation>
[src]

Trait Implementations

impl<TInformation> GraphLike<TInformation> for Graph<TInformation>
[src]

impl<TInformation> InformationProvider<TInformation> for Graph<TInformation>
[src]