Trait fera_graph::props::EdgeProp [] [src]

pub trait EdgeProp<G, T>: Index<Edge<G>, Output = T> where
    G: WithEdge
{ }

An edge property that can be read using indexing operation.

Implementors