Home
last modified time | relevance | path

Searched defs:GraphRef (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/
Dmod.rs104 pub trait GraphRef: Copy + GraphBase {} interface
106 impl<'a, G> GraphRef for &'a G where G: GraphBase {} impl