Struct petgraph::algo::Cycle [−][src]
pub struct Cycle<N>(_);
An algorithm error: a cycle was found in the graph.
Implementations
impl<N> Cycle<N>
[src]
impl<N> Cycle<N>
[src]Trait Implementations
impl<N> StructuralPartialEq for Cycle<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for Cycle<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for Cycle<N> where
N: Send,
N: Send,
impl<N> Sync for Cycle<N> where
N: Sync,
N: Sync,
impl<N> Unpin for Cycle<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for Cycle<N> where
N: UnwindSafe,
N: UnwindSafe,