Struct petgraph::algo::NegativeCycle
source · pub struct NegativeCycle(pub ());
Expand description
An algorithm error: a cycle of negative weights was found in the graph.
Tuple Fields§
§0: ()
Trait Implementations§
source§impl Clone for NegativeCycle
impl Clone for NegativeCycle
source§fn clone(&self) -> NegativeCycle
fn clone(&self) -> NegativeCycle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more