Struct indexing::IndexingError [] [src]

pub struct IndexingError(_);

Error produced when an indexing operation is out of bounds or otherwise inapplicable.

Carries no context information (to be as light as possible).

Trait Implementations

impl Copy for IndexingError
[src]

impl Debug for IndexingError
[src]

Formats the value using the given formatter.

impl PartialEq for IndexingError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for IndexingError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for IndexingError
[src]

A short description of the error. Read more

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

impl Display for IndexingError
[src]

Formats the value using the given formatter.