Struct petgraph::algo::Cycle [−][src]
pub struct Cycle<N>(_);
Expand description
An algorithm error: a cycle was found in the graph.
Implementations
Trait Implementations
Auto Trait Implementations
impl<N> RefUnwindSafe for Cycle<N> where
N: RefUnwindSafe,
impl<N> UnwindSafe for Cycle<N> where
N: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more