Trait rs_graph::traits::Indexable[][src]

pub trait Indexable {
    fn index(&self) -> usize;
}

An item that has an index.

Required methods

fn index(&self) -> usize[src]

Loading content...

Implementors

impl<E> Indexable for NetworkEdge<E> where
    E: Indexable
[src]

impl<ID> Indexable for rs_graph::linkedlistgraph::Edge<ID> where
    ID: PrimInt + Unsigned
[src]

impl<ID> Indexable for rs_graph::linkedlistgraph::Node<ID> where
    ID: PrimInt + Unsigned
[src]

impl<ID> Indexable for rs_graph::vecgraph::Edge<ID> where
    ID: PrimInt + Unsigned
[src]

impl<ID> Indexable for rs_graph::vecgraph::Node<ID> where
    ID: PrimInt + Unsigned
[src]

Loading content...