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

A edge property.

Implementors§