Struct rs_graph::linkedlistgraph::OutIt [−][src]
pub struct OutIt<ID>(_);
A graph iterator over edges leaving a node.
Trait Implementations
impl<'a, ID, N, E> GraphIterator<LinkedListGraph<ID, N, E>> for OutIt<ID> where
ID: 'a + PrimInt + Unsigned, [src]
impl<'a, ID, N, E> GraphIterator<LinkedListGraph<ID, N, E>> for OutIt<ID> where
ID: 'a + PrimInt + Unsigned, [src]Auto Trait Implementations
impl<ID> RefUnwindSafe for OutIt<ID> where
ID: RefUnwindSafe,
impl<ID> RefUnwindSafe for OutIt<ID> where
ID: RefUnwindSafe, impl<ID> UnwindSafe for OutIt<ID> where
ID: UnwindSafe,
impl<ID> UnwindSafe for OutIt<ID> where
ID: UnwindSafe,