Enum cheddar::DepsError[][src]

pub enum DepsError {
    Cycle(FSKeyFSKey),
    LoadError(FSKeyBox<Debug>),
}

Errors that can happen in dependencies.

Variants

If a module’s dependencies has any cycle, the dependencies are unusable and the cycle is returned.

There was a loading error of a module.

Trait Implementations

impl Debug for DepsError
[src]

Formats the value using the given formatter. Read more

impl Display for DepsError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for DepsError

impl !Sync for DepsError