Type Definition nannou::geom::graph::edge::Index[][src]

type Index = EdgeIndex<usize>;

Unique index for an Edge within a Graph.

Trait Implementations

impl<S> Index<Index> for Graph<S> where
    S: BaseFloat
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.