Struct specs::common::BoxedErr [] [src]

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

A boxed error implementing Debug, Display and Error.

Methods

impl BoxedErr
[src]

[src]

Creates a new boxed error.

Trait Implementations

impl AsRef<Error> for BoxedErr
[src]

[src]

Performs the conversion.

impl Debug for BoxedErr
[src]

[src]

Formats the value using the given formatter.

impl Display for BoxedErr
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for BoxedErr
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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