Trait fera::graph::props::VertexProp

source ·
pub trait VertexProp<G, T>: Index<<G as WithVertex>::Vertex, Output = T>where
    G: WithVertex,
{ }
Expand description

A vertex property that can be read using indexing operation.

Implementors§