Struct petgraph::algo::Cycle [] [src]

pub struct Cycle<N>(_);

An algorithm error: a cycle was found in the graph.

Methods

impl<N> Cycle<N>
[src]

Return a node id that participates in the cycle

Trait Implementations

impl<N: Clone> Clone for Cycle<N>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Debug> Debug for Cycle<N>
[src]

Formats the value using the given formatter.

impl<N: PartialEq> PartialEq for Cycle<N>
[src]

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

This method tests for !=.