Trait fera_graph::props::EdgePropGet [] [src]

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

A edge property.

Implementors