Struct rs_graph::vecgraph::EdgeIt [−][src]
pub struct EdgeIt<ID>(_);
An iterator over all edges of a linked list graph.
This iterator only returns the forward edges.
Trait Implementations
impl<'a, ID> GraphIterator<VecGraph<ID>> for EdgeIt<ID> where
ID: 'a + PrimInt + Unsigned,
[src]
impl<'a, ID> GraphIterator<VecGraph<ID>> for EdgeIt<ID> where
ID: 'a + PrimInt + Unsigned,
[src]Auto Trait Implementations
impl<ID> RefUnwindSafe for EdgeIt<ID> where
ID: RefUnwindSafe,
impl<ID> RefUnwindSafe for EdgeIt<ID> where
ID: RefUnwindSafe,
impl<ID> UnwindSafe for EdgeIt<ID> where
ID: UnwindSafe,
impl<ID> UnwindSafe for EdgeIt<ID> where
ID: UnwindSafe,