Enum amethyst_assets::NoError [] [src]

pub enum NoError {}

An error type which cannot be instantiated. Used as a placeholder for associated error types if something cannot fail.

Trait Implementations

impl Debug for NoError
[src]

Formats the value using the given formatter.

impl Display for NoError
[src]

Formats the value using the given formatter. Read more

impl Error for NoError
[src]

A short description of the error. Read more

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