Enum blit::aseprite_feature::AnimationError []

pub enum AnimationError {
    NoFrameTagsInMetadata,
    NoMatchingTag,
}

Variants

Trait Implementations

impl Debug for AnimationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for AnimationError

Formats the value using the given formatter. Read more

impl Error for AnimationError

A short description of the error. Read more

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

Auto Trait Implementations