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

A edge property.

Implementors