pub type NonContiguousError = AsSliceError;๐Deprecated since 0.28.0: use AsSliceError instead
Expand description
Deprecated type alias to AsSliceError. The new name is preferred because arrays might also
fail to view as a slice due to misalignment.
Aliased Typeยง
pub struct NonContiguousError;