Enum cuivre::resources::ResourceError[][src]

pub enum ResourceError {
    ExecutablePathNotFound,
    Io(PathBufError),
    Image(PathBufImageError),
    Ron(PathBufError),
}

Errors related to resource loading.

Variants

The ResourceLoader could not find the path to the current executable.

Trait Implementations

impl Debug for ResourceError
[src]

Formats the value using the given formatter. Read more

impl Display for ResourceError
[src]

Formats the value using the given formatter. Read more

impl Error for ResourceError
[src]

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

This method is soft-deprecated. Read more

Auto Trait Implementations