Type Alias Graph

Source
pub type Graph<T, B> = IndexSet<Indexed<Object<T, B>>>;

Aliased Typeยง

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