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

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

An item that has an index.

Required methods

fn index(&self) -> usize

Loading content...

Implementors

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

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

Loading content...