Type Alias rupta::graph::pag::PAGNodeId

source ·
pub type PAGNodeId = NodeIndex<DefaultIx>;

Aliased Type§

struct PAGNodeId(/* private fields */);

Trait Implementations§

source§

impl Idx for PAGNodeId

source§

fn new(idx: usize) -> Self

source§

fn index(self) -> usize

source§

fn increment_by(&mut self, amount: usize)

source§

fn plus(self, amount: usize) -> Self