Trait fera_graph::props::VertexProp [] [src]

pub trait VertexProp<G, T>: Index<Vertex<G>, Output = T> where
    G: WithVertex
{ }

A vertex property that can be read using indexing operation.

Implementors