Skip to main content

IndexDigraphRef

Trait IndexDigraphRef 

Source
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".

Implementations on Foreign Types§

Source§

impl<'a, G> IndexDigraphRef<'a> for &'a G
where G: IndexDigraph,

Source§

impl<'a, G> IndexDigraphRef<'a> for NonNull<G>
where G: IndexDigraph + 'a,

Implementors§