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

type Index = NodeIndex<usize>;

Unique index for a Node within a Graph.

Trait Implementations

impl<S> From<Index> for LookAt<S>
[src]

Performs the conversion.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.