Enum rgraph::GraphError [] [src]

pub enum GraphError {
    UndefinedAssetSlot(String),
    RedefinedNode(String),
    DisconnectedDependency,
}

Errors that may happen during Graph construction

Variants

Trait Implementations

impl Debug for GraphError
[src]

[src]

Formats the value using the given formatter.