Crate amethyst_error

Source
Expand description

Contains the Error type and company as used by Amethyst.

Note: This type is not intended to be used outside of Amethyst. If you are integrating a crate from amethyst to use this, it is recommended that you treat this type as an opaque std::error::Error.

Macros§

  • Constructs an Error using the standard string interpolation syntax.

Structs§

  • Representation of an owned and self-contained backtrace.
  • An iterator over all the causes for this error.
  • The error type used by Amethyst.

Traits§

  • Extra convenience functions for results based on core errors.

Functions§