pub trait IndexDigraphRef<'a>: IndexGraphRef<'a> + DirectedRef<'a> { }Expand description
A reference to an indexed digraph.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".