Struct amethyst_assets::BoxedErr [] [src]

pub struct BoxedErr(pub Box<Error + 'static + Sync + Send>);

A boxed error implementing Debug, Display and Error.

Methods

impl BoxedErr
[src]

Creates a new boxed error.

Trait Implementations

impl Display for BoxedErr
[src]

Formats the value using the given formatter. Read more

impl AsRef<Error + 'static> for BoxedErr
[src]

Performs the conversion.

impl Error for BoxedErr
[src]

A short description of the error. Read more

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

impl Debug for BoxedErr
[src]

Formats the value using the given formatter.