Enum tiled::ParseTileError [] [src]

pub enum ParseTileError {
    ColourError,
    OrientationError,
}

Variants

Trait Implementations

impl Debug for ParseTileError
[src]

Formats the value using the given formatter.

impl Copy for ParseTileError
[src]

impl Clone for ParseTileError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more