Enum ndarray::ErrorKind [−][src]
pub enum ErrorKind { IncompatibleShape, IncompatibleLayout, RangeLimited, OutOfBounds, Unsupported, // some variants omitted }
Expand description
Error code for an error related to array shape or layout.
This enumeration is not exhaustive. The representation of the enum is not guaranteed.
Variants
incompatible shape
incompatible memory layout
the shape does not fit inside type limits
out of bounds indexing
aliasing array elements
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorKind
impl UnwindSafe for ErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more