Struct petgraph::algo::NegativeCycle [−][src]
pub struct NegativeCycle(_);
An algorithm error: a cycle of negative weights was found in the graph.
Trait Implementations
impl Clone for NegativeCycle
[src]
impl Clone for NegativeCycle
[src]fn clone(&self) -> NegativeCycle
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<NegativeCycle> for NegativeCycle
[src]
impl PartialEq<NegativeCycle> for NegativeCycle
[src]