Skip to main content

EdgePropGet

Trait EdgePropGet 

Source
pub trait EdgePropGet<G, T>: PropGet<Edge<G>, Output = T>
where G: WithEdge,
{ }
Expand description

A edge property.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<P, G, T> EdgePropGet<G, T> for P
where G: WithEdge, P: PropGet<Edge<G>, Output = T>,