Enum xflow::errors::XFlowError [] [src]

pub enum XFlowError {
    NoEntryNode,
    NoTerminalNode,
    MultipleEntryNodes,
    DuplicateNodeIDs,
    NodeNotFound,
}

Variants

Trait Implementations

impl Debug for XFlowError
[src]

Formats the value using the given formatter.