Struct dsp::WouldCycle [] [src]

pub struct WouldCycle;

The error returned when adding an edge that would create a cycle.

Trait Implementations

impl Copy for WouldCycle
[src]

impl Clone for WouldCycle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WouldCycle
[src]

Formats the value using the given formatter.

impl Display for WouldCycle
[src]

Formats the value using the given formatter. Read more

impl Error for WouldCycle
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more