Struct rst_app::core::types::LoadError [] [src]

pub struct LoadError {
    pub desc: String,
}

Error for parsing files into artifacts

Fields

Methods

impl LoadError
[src]

Trait Implementations

impl Debug for LoadError
[src]

Formats the value using the given formatter.

impl Display for LoadError
[src]

Formats the value using the given formatter.

impl Error for LoadError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more