pub trait VertexProp<G, T>: Index<Vertex<G>, Output = T>where
G: WithVertex,{ }Expand description
A vertex property that can be read using indexing operation.
pub trait VertexProp<G, T>: Index<Vertex<G>, Output = T>where
G: WithVertex,{ }A vertex property that can be read using indexing operation.