Graph

Type Alias Graph 

Source
pub type Graph<T> = ConcreteGraph<T>;

Aliased Type§

pub struct Graph<T> { /* private fields */ }

Implementations§