Struct petgraph::algo::NegativeCycle [−][src]
pub struct NegativeCycle(pub ());
Expand description
An algorithm error: a cycle of negative weights was found in the graph.
Tuple Fields
0: ()
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NegativeCycle
impl Send for NegativeCycle
impl Sync for NegativeCycle
impl Unpin for NegativeCycle
impl UnwindSafe for NegativeCycle
Blanket Implementations
Mutably borrows from an owned value. Read more