Trait fera_graph::props::VertexPropGet [] [src]

pub trait VertexPropGet<G, T>: PropGet<Vertex<G>, Output = T> where
    G: WithVertex
{ }

A vertex property.

Implementors