[][src]Trait matfile_ndarray::TryInto

pub trait TryInto<T> {
    type Error;
    fn try_into(self) -> Result<T, Self::Error>;
}

This trait is at the time of this writing a nightly-only experimental API and so we just replicate it here, so it will be easy to switch to it later on.

Associated Types

type Error

Loading content...

Required methods

fn try_into(self) -> Result<T, Self::Error>

Loading content...

Implementations on Foreign Types

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f64>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f64>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f64>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f64>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f64>>, Dim<[usize; 2]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f64>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f64>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f64>>, Dim<[usize; 3]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f64>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f64>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f64>>, Dim<[usize; 4]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f64>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f64>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f64>>, Dim<[usize; 5]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f64>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f64>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f64>>, Dim<[usize; 6]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f32>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f32>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f32>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f32>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f32>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f32>>, Dim<[usize; 2]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f32>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f32>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f32>>, Dim<[usize; 3]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f32>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f32>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f32>>, Dim<[usize; 4]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f32>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f32>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f32>>, Dim<[usize; 5]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me f32>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<f32>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<f32>>, Dim<[usize; 6]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i64>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i64>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i64>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i64>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i64>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i64>>, Dim<[usize; 2]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i64>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i64>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i64>>, Dim<[usize; 3]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i64>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i64>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i64>>, Dim<[usize; 4]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i64>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i64>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i64>>, Dim<[usize; 5]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i64>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i64>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i64>>, Dim<[usize; 6]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u64>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u64>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u64>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u64>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u64>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u64>>, Dim<[usize; 2]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u64>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u64>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u64>>, Dim<[usize; 3]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u64>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u64>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u64>>, Dim<[usize; 4]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u64>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u64>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u64>>, Dim<[usize; 5]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u64>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u64>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u64>>, Dim<[usize; 6]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i32>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i32>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i32>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i32>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i32>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i32>>, Dim<[usize; 2]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i32>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i32>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i32>>, Dim<[usize; 3]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i32>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i32>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i32>>, Dim<[usize; 4]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i32>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i32>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i32>>, Dim<[usize; 5]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i32>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i32>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i32>>, Dim<[usize; 6]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u32>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u32>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u32>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u32>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u32>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u32>>, Dim<[usize; 2]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u32>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u32>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u32>>, Dim<[usize; 3]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u32>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u32>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u32>>, Dim<[usize; 4]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u32>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u32>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u32>>, Dim<[usize; 5]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u32>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u32>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u32>>, Dim<[usize; 6]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i16>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i16>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i16>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i16>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i16>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i16>>, Dim<[usize; 2]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i16>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i16>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i16>>, Dim<[usize; 3]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i16>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i16>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i16>>, Dim<[usize; 4]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i16>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i16>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i16>>, Dim<[usize; 5]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i16>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i16>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i16>>, Dim<[usize; 6]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u16>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u16>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u16>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u16>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u16>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u16>>, Dim<[usize; 2]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u16>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u16>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u16>>, Dim<[usize; 3]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u16>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u16>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u16>>, Dim<[usize; 4]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u16>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u16>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u16>>, Dim<[usize; 5]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u16>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u16>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u16>>, Dim<[usize; 6]>>> for &'_ Array[src]

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i8>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i8>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i8>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i8>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i8>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i8>>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i8>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i8>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i8>>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i8>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i8>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i8>>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i8>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i8>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i8>>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me i8>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<i8>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<i8>>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u8>, Dim<IxDynImpl>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u8>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u8>>, Dim<IxDynImpl>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u8>, Dim<[usize; 2]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u8>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u8>>, Dim<[usize; 2]>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u8>, Dim<[usize; 3]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u8>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u8>>, Dim<[usize; 3]>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u8>, Dim<[usize; 4]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u8>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u8>>, Dim<[usize; 4]>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u8>, Dim<[usize; 5]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u8>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u8>>, Dim<[usize; 5]>>> for &'_ Array[src]

type Error = Error

impl<'me> TryInto<ArrayBase<ViewRepr<&'me u8>, Dim<[usize; 6]>>> for &'me Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<u8>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

impl<'_> TryInto<ArrayBase<OwnedRepr<Complex<u8>>, Dim<[usize; 6]>>> for &'_ Array[src]

type Error = Error

Loading content...

Implementors

Loading content...