Enum editeur::prelude::SpriteError [] [src]

pub enum SpriteError {}

The enum SpriteError defines the possible errors from constructor Sprite.

Trait Implementations

impl Clone for SpriteError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SpriteError
[src]

impl Debug for SpriteError
[src]

Formats the value using the given formatter.

impl Display for SpriteError
[src]

The function fmt formats the value using the given formatter.

impl Error for SpriteError
[src]

The function description returns a short description of the error.

The function cause returns the lower-level cause of this error if any.