Lines Matching refs:GraphBase
88 pub trait GraphBase { trait
100 GraphBase! {delegate_impl []}
101 GraphBase! {delegate_impl [['a, G], G, &'a mut G, deref]}
104 pub trait GraphRef: Copy + GraphBase {}
106 impl<'a, G> GraphRef for &'a G where G: GraphBase {}
208 pub trait Data : GraphBase {
323 pub trait GraphProp : GraphBase {
340 pub trait NodeIndexable : GraphBase {
357 pub trait EdgeIndexable : GraphBase {
374 pub trait NodeCount : GraphBase {
431 pub trait Visitable : GraphBase {
450 pub trait GetAdjacencyMatrix : GraphBase {
469 pub trait EdgeCount : GraphBase {