Trait fera::graph::props::EdgeProp

source ·
pub trait EdgeProp<G, T>: Index<<G as WithEdge>::Edge, Output = T>where
    G: WithEdge,
{ }
Expand description

An edge property that can be read using indexing operation.

Implementors§