Type Definition fera_graph::props::VecEdgeProp [] [src]

type VecEdgeProp<G, T> = ArrayProp<EdgeIndexProp<G>, Vec<T>>;

A edge property backed by a Vec.