Type Alias petgraph::csr::EdgeIndex

source ·
pub type EdgeIndex = usize;
Expand description

Csr edge index type, a plain integer.

Trait Implementations§

source§

impl BoundedMeasure for usize

source§

fn min() -> Self

source§

fn max() -> Self

source§

fn overflowing_add(self, rhs: Self) -> (Self, bool)

source§

impl IndexType for usize

source§

fn new(x: usize) -> Self

source§

fn index(&self) -> Self

source§

fn max() -> Self

source§

impl Zero for usize

source§

fn zero() -> Self

Return the singleton object which can be used as a sentinel value.
source§

fn is_zero(&self) -> bool

Return true if self is equal to the sentinel value.