Struct amethyst::ecs::error::BoxedErr[]

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

A boxed error implementing Debug, Display and Error.

Methods

impl BoxedErr

Creates a new boxed error.

Trait Implementations

impl AsRef<Error + 'static> for BoxedErr

Performs the conversion.

impl Error for BoxedErr

This method is soft-deprecated. Read more

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

impl Display for BoxedErr

Formats the value using the given formatter. Read more

impl Debug for BoxedErr

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BoxedErr

impl Sync for BoxedErr