Struct amethyst_assets::SharedAssetError [] [src]

pub struct SharedAssetError<E>(_);

Shared version of error

Trait Implementations

impl<E> AsRef<E> for SharedAssetError<E>
[src]

Performs the conversion.

impl<E> Error for SharedAssetError<E> where
    E: Error
[src]

A short description of the error. Read more

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

impl<E> Debug for SharedAssetError<E> where
    E: Debug
[src]

Formats the value using the given formatter.

impl<E> Display for SharedAssetError<E> where
    E: Display
[src]

Formats the value using the given formatter. Read more

impl<E> From<SharedError<E>> for SharedAssetError<E>
[src]

Performs the conversion.