VertexProp

Trait VertexProp 

Source
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.

Implementors§

Source§

impl<P, G, T> VertexProp<G, T> for P
where G: WithVertex, P: Index<Vertex<G>, Output = T>,