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. Read more

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 !=.

Auto Trait Implementations

impl<N> Send for Cycle<N> where
    N: Send

impl<N> Sync for Cycle<N> where
    N: Sync