Enum incremental_topo::Error[][src]

pub enum Error {
    NodeMissing,
    CycleDetected,
}

Different types of failures that can occur while updating or querying the graph.

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error