Struct dynamic_matrix::errors::indexing_error::IndexingError [−][src]
pub struct IndexingError { /* fields omitted */ }
Expand description
The error type of indexing out of bounds
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IndexingError
impl Send for IndexingError
impl Sync for IndexingError
impl Unpin for IndexingError
impl UnwindSafe for IndexingError
Blanket Implementations
Mutably borrows from an owned value. Read more