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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NegativeCycle
[src]

Formats the value using the given formatter. Read more

impl PartialEq for NegativeCycle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations