[][src]Trait rs_graph::traits::BiIndexable

pub trait BiIndexable {
    fn biindex(&self) -> usize;
}

An item that has a second bi-index.

This trait is only used for networks, which edges can have two indices.

Required methods

fn biindex(&self) -> usize

Loading content...

Implementors

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

Loading content...