pub trait ReverseGraph: EdgeSourceGraph + IncomingGraph { }Expand description
Convenience marker for reverse directed graph traversal (source lookup + incoming edge iteration). Expected to be provided by CSC-backed views.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".