rupta
0.1.0
PAGNodeId
Aliased type
Trait Implementations
Idx
In rupta::graph::pag
?
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