Type Definition conrod::graph::EdgeIndex[][src]

type EdgeIndex = EdgeIndex<u32>;

An alias for our Graph's Edge Index.

Trait Implementations

impl Index<EdgeIndex> for Graph
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl IndexMut<EdgeIndex> for Graph
[src]

Performs the mutable indexing (container[index]) operation.