Trait EdgeWithData

Source
pub trait EdgeWithData: Edge<ID = usize> + EdgeData<DATA = i32> { }

Implementors§