Enum rlife::error::GridErrorKind[][src]

pub enum GridErrorKind {
    OutOfBoundCoords,
}

Represents the possible errors which can occur when manipulating a Grid.

Variants

Trait Implementations

impl Debug for GridErrorKind
[src]

Formats the value using the given formatter. Read more

impl Display for GridErrorKind
[src]

Formats the value using the given formatter. Read more

impl Error for GridErrorKind
[src]

This method is soft-deprecated. Read more

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

impl From<GridErrorKind> for FileParsingErrorKind
[src]

Performs the conversion.

Auto Trait Implementations