Enum cheddar::ModuleError[][src]

pub enum ModuleError {
    FileNotFound(PathBuf),
    ParseFailed(ParseError),
    IncompleteInput,
    DepsError(DepsError),
}

Error that might happen while loading a Module.

Variants

Trait Implementations

impl Debug for ModuleError
[src]

Formats the value using the given formatter. Read more

impl Display for ModuleError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for ModuleError

impl !Sync for ModuleError