Searched defs:GraphRef (Results 1 – 1 of 1) sorted by relevance
104 pub trait GraphRef: Copy + GraphBase {} interface106 impl<'a, G> GraphRef for &'a G where G: GraphBase {} impl