Struct rs_graph::vecgraph::NodeIt [−][src]
pub struct NodeIt<ID>(_);
A graph iterator over all nodes of a linked list graph.
Trait Implementations
impl<'a, ID> GraphIterator<VecGraph<ID>> for NodeIt<ID> where
ID: 'a + PrimInt + Unsigned,
[src]
impl<'a, ID> GraphIterator<VecGraph<ID>> for NodeIt<ID> where
ID: 'a + PrimInt + Unsigned,
[src]Auto Trait Implementations
impl<ID> RefUnwindSafe for NodeIt<ID> where
ID: RefUnwindSafe,
impl<ID> RefUnwindSafe for NodeIt<ID> where
ID: RefUnwindSafe,
impl<ID> UnwindSafe for NodeIt<ID> where
ID: UnwindSafe,
impl<ID> UnwindSafe for NodeIt<ID> where
ID: UnwindSafe,