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).

Methods

impl IndexingError
[src]

[src]

Trait Implementations

impl Copy for IndexingError
[src]

impl Debug for IndexingError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IndexingError
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for IndexingError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for IndexingError
[src]

[src]

Formats the value using the given formatter. Read more