pub union Motor {
    /* private fields */
}

Implementations§

source§

impl Motor

source

pub const fn new( scalar: f32, e23: f32, _e13: f32, e12: f32, e0123: f32, e01: f32, e02: f32, e03: f32 ) -> Self

source

pub const fn from_groups(g0: Simd32x4, g1: Simd32x4) -> Self

source

pub fn group0(&self) -> Simd32x4

source

pub fn group0_mut(&mut self) -> &mut Simd32x4

source

pub fn group1(&self) -> Simd32x4

source

pub fn group1_mut(&mut self) -> &mut Simd32x4

Trait Implementations§

source§

impl Add<IdealPoint> for Motor

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: IdealPoint) -> Motor

Performs the + operation. Read more
source§

impl Add<Line> for Motor

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Line) -> Motor

Performs the + operation. Read more
source§

impl Add<Motor> for IdealPoint

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Motor) -> Motor

Performs the + operation. Read more
source§

impl Add<Motor> for Line

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Motor) -> Motor

Performs the + operation. Read more
source§

impl Add<Motor> for Motor

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Motor) -> Motor

Performs the + operation. Read more
source§

impl Add<Motor> for MultiVector

§

type Output = MultiVector

The resulting type after applying the + operator.
source§

fn add(self, other: Motor) -> MultiVector

Performs the + operation. Read more
source§

impl Add<Motor> for PointAndPlane

§

type Output = MultiVector

The resulting type after applying the + operator.
source§

fn add(self, other: Motor) -> MultiVector

Performs the + operation. Read more
source§

impl Add<Motor> for Rotor

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Motor) -> Motor

Performs the + operation. Read more
source§

impl Add<Motor> for Translator

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Motor) -> Motor

Performs the + operation. Read more
source§

impl Add<Motor> for f32

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Motor) -> Motor

Performs the + operation. Read more
source§

impl Add<MultiVector> for Motor

§

type Output = MultiVector

The resulting type after applying the + operator.
source§

fn add(self, other: MultiVector) -> MultiVector

Performs the + operation. Read more
source§

impl Add<PointAndPlane> for Motor

§

type Output = MultiVector

The resulting type after applying the + operator.
source§

fn add(self, other: PointAndPlane) -> MultiVector

Performs the + operation. Read more
source§

impl Add<Rotor> for Motor

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Rotor) -> Motor

Performs the + operation. Read more
source§

impl Add<Translator> for Motor

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Translator) -> Motor

Performs the + operation. Read more
source§

impl Add<f32> for Motor

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: f32) -> Motor

Performs the + operation. Read more
source§

impl AddAssign<IdealPoint> for Motor

source§

fn add_assign(&mut self, other: IdealPoint)

Performs the += operation. Read more
source§

impl AddAssign<Line> for Motor

source§

fn add_assign(&mut self, other: Line)

Performs the += operation. Read more
source§

impl AddAssign<Motor> for Motor

source§

fn add_assign(&mut self, other: Motor)

Performs the += operation. Read more
source§

impl AddAssign<Motor> for MultiVector

source§

fn add_assign(&mut self, other: Motor)

Performs the += operation. Read more
source§

impl AddAssign<Rotor> for Motor

source§

fn add_assign(&mut self, other: Rotor)

Performs the += operation. Read more
source§

impl AddAssign<Translator> for Motor

source§

fn add_assign(&mut self, other: Translator)

Performs the += operation. Read more
source§

impl AddAssign<f32> for Motor

source§

fn add_assign(&mut self, other: f32)

Performs the += operation. Read more
source§

impl Automorphism for Motor

source§

impl Clone for Motor

source§

fn clone(&self) -> Motor

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Conjugation for Motor

source§

impl Debug for Motor

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Div<Motor> for Motor

§

type Output = Motor

The resulting type after applying the / operator.
source§

fn div(self, other: Motor) -> Motor

Performs the / operation. Read more
source§

impl DivAssign<Motor> for Motor

source§

fn div_assign(&mut self, other: Motor)

Performs the /= operation. Read more
source§

impl Dual for Motor

§

type Output = Motor

source§

fn dual(self) -> Motor

source§

impl From<[f32; 8]> for Motor

source§

fn from(array: [f32; 8]) -> Self

Converts to this type from the input type.
source§

impl From<Motor> for [f32; 8]

source§

fn from(vector: Motor) -> Self

Converts to this type from the input type.
source§

impl GeometricProduct<IdealPoint> for Motor

source§

impl GeometricProduct<Line> for Motor

source§

impl GeometricProduct<Motor> for IdealPoint

source§

impl GeometricProduct<Motor> for Line

source§

impl GeometricProduct<Motor> for Motor

source§

impl GeometricProduct<Motor> for MultiVector

source§

impl GeometricProduct<Motor> for Plane

source§

impl GeometricProduct<Motor> for Point

source§

impl GeometricProduct<Motor> for PointAndPlane

source§

impl GeometricProduct<Motor> for Rotor

source§

impl GeometricProduct<Motor> for Translator

source§

impl GeometricProduct<Motor> for f32

source§

impl GeometricProduct<MultiVector> for Motor

source§

impl GeometricProduct<Plane> for Motor

source§

impl GeometricProduct<Point> for Motor

source§

impl GeometricProduct<PointAndPlane> for Motor

source§

impl GeometricProduct<Rotor> for Motor

source§

impl GeometricProduct<Translator> for Motor

source§

impl GeometricProduct<f32> for Motor

source§

impl GeometricQuotient<IdealPoint> for Motor

source§

impl GeometricQuotient<Line> for Motor

source§

impl GeometricQuotient<Motor> for IdealPoint

source§

impl GeometricQuotient<Motor> for Line

source§

impl GeometricQuotient<Motor> for Motor

source§

impl GeometricQuotient<Motor> for MultiVector

source§

impl GeometricQuotient<Motor> for Plane

source§

impl GeometricQuotient<Motor> for Point

source§

impl GeometricQuotient<Motor> for PointAndPlane

source§

impl GeometricQuotient<Motor> for Rotor

source§

impl GeometricQuotient<Motor> for Translator

source§

impl GeometricQuotient<Motor> for f32

source§

impl GeometricQuotient<MultiVector> for Motor

source§

impl GeometricQuotient<Plane> for Motor

source§

impl GeometricQuotient<Point> for Motor

source§

impl GeometricQuotient<PointAndPlane> for Motor

source§

impl GeometricQuotient<Rotor> for Motor

source§

impl GeometricQuotient<Translator> for Motor

source§

impl GeometricQuotient<f32> for Motor

source§

impl Index<usize> for Motor

§

type Output = f32

The returned type after indexing.
source§

fn index(&self, index: usize) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl IndexMut<usize> for Motor

source§

fn index_mut(&mut self, index: usize) -> &mut Self::Output

Performs the mutable indexing (container[index]) operation. Read more
source§

impl InnerProduct<Motor> for Motor

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<Motor> for MultiVector

source§

impl InnerProduct<Motor> for Plane

source§

impl InnerProduct<Motor> for Point

source§

impl InnerProduct<Motor> for PointAndPlane

source§

impl InnerProduct<Motor> for Rotor

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<Motor> for Translator

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<Motor> for f32

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<MultiVector> for Motor

source§

impl InnerProduct<Plane> for Motor

source§

impl InnerProduct<Point> for Motor

source§

impl InnerProduct<PointAndPlane> for Motor

source§

impl InnerProduct<Rotor> for Motor

§

type Output = Motor

source§

fn inner_product(self, other: Rotor) -> Motor

source§

impl InnerProduct<Translator> for Motor

source§

impl InnerProduct<f32> for Motor

§

type Output = Motor

source§

fn inner_product(self, other: f32) -> Motor

source§

impl Into<IdealPoint> for Motor

source§

fn into(self) -> IdealPoint

Converts this type into the (usually inferred) input type.
source§

impl Into<Line> for Motor

source§

fn into(self) -> Line

Converts this type into the (usually inferred) input type.
source§

impl Into<Motor> for MultiVector

source§

fn into(self) -> Motor

Converts this type into the (usually inferred) input type.
source§

impl Into<Rotor> for Motor

source§

fn into(self) -> Rotor

Converts this type into the (usually inferred) input type.
source§

impl Into<Translator> for Motor

source§

fn into(self) -> Translator

Converts this type into the (usually inferred) input type.
source§

impl Into<f32> for Motor

source§

fn into(self) -> f32

Converts this type into the (usually inferred) input type.
source§

impl Inverse for Motor

source§

impl LeftContraction<IdealPoint> for Motor

source§

impl LeftContraction<Motor> for IdealPoint

source§

impl LeftContraction<Motor> for Motor

source§

impl LeftContraction<Motor> for MultiVector

source§

impl LeftContraction<Motor> for Plane

source§

impl LeftContraction<Motor> for Point

source§

impl LeftContraction<Motor> for PointAndPlane

source§

impl LeftContraction<Motor> for Rotor

source§

impl LeftContraction<Motor> for Translator

source§

impl LeftContraction<Motor> for f32

source§

impl LeftContraction<MultiVector> for Motor

source§

impl LeftContraction<Plane> for Motor

source§

impl LeftContraction<Point> for Motor

source§

impl LeftContraction<PointAndPlane> for Motor

source§

impl LeftContraction<Rotor> for Motor

source§

impl LeftContraction<Translator> for Motor

source§

impl LeftContraction<f32> for Motor

§

type Output = f32

source§

fn left_contraction(self, other: f32) -> f32

source§

impl Magnitude for Motor

§

type Output = f32

source§

fn magnitude(self) -> f32

source§

impl Mul<Motor> for Motor

§

type Output = Motor

The resulting type after applying the * operator.
source§

fn mul(self, other: Motor) -> Motor

Performs the * operation. Read more
source§

impl Mul<f32> for Motor

§

type Output = Motor

The resulting type after applying the * operator.
source§

fn mul(self, other: f32) -> Motor

Performs the * operation. Read more
source§

impl MulAssign<Motor> for Motor

source§

fn mul_assign(&mut self, other: Motor)

Performs the *= operation. Read more
source§

impl MulAssign<f32> for Motor

source§

fn mul_assign(&mut self, other: f32)

Performs the *= operation. Read more
source§

impl Neg for Motor

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn neg(self) -> Motor

Performs the unary - operation. Read more
source§

impl One for Motor

source§

fn one() -> Self

source§

impl OuterProduct<Motor> for Motor

§

type Output = Motor

source§

fn outer_product(self, other: Motor) -> Motor

source§

impl OuterProduct<Motor> for MultiVector

source§

impl OuterProduct<Motor> for Plane

source§

impl OuterProduct<Motor> for Point

§

type Output = Point

source§

fn outer_product(self, other: Motor) -> Point

source§

impl OuterProduct<Motor> for PointAndPlane

source§

impl OuterProduct<Motor> for Rotor

§

type Output = Motor

source§

fn outer_product(self, other: Motor) -> Motor

source§

impl OuterProduct<Motor> for Translator

§

type Output = Motor

source§

fn outer_product(self, other: Motor) -> Motor

source§

impl OuterProduct<Motor> for f32

§

type Output = Motor

source§

fn outer_product(self, other: Motor) -> Motor

source§

impl OuterProduct<MultiVector> for Motor

source§

impl OuterProduct<Plane> for Motor

source§

impl OuterProduct<Point> for Motor

§

type Output = Point

source§

fn outer_product(self, other: Point) -> Point

source§

impl OuterProduct<PointAndPlane> for Motor

source§

impl OuterProduct<Rotor> for Motor

§

type Output = Motor

source§

fn outer_product(self, other: Rotor) -> Motor

source§

impl OuterProduct<Translator> for Motor

source§

impl OuterProduct<f32> for Motor

§

type Output = Motor

source§

fn outer_product(self, other: f32) -> Motor

source§

impl Powi for Motor

§

type Output = Motor

source§

fn powi(self, exponent: isize) -> Motor

source§

impl RegressiveProduct<IdealPoint> for Motor

source§

impl RegressiveProduct<Motor> for IdealPoint

source§

impl RegressiveProduct<Motor> for Motor

source§

impl RegressiveProduct<Motor> for MultiVector

source§

impl RegressiveProduct<Motor> for Plane

source§

impl RegressiveProduct<Motor> for Point

source§

impl RegressiveProduct<Motor> for PointAndPlane

source§

impl RegressiveProduct<Motor> for Rotor

source§

impl RegressiveProduct<Motor> for Translator

source§

impl RegressiveProduct<Motor> for f32

§

type Output = f32

source§

fn regressive_product(self, other: Motor) -> f32

source§

impl RegressiveProduct<MultiVector> for Motor

source§

impl RegressiveProduct<Plane> for Motor

source§

impl RegressiveProduct<Point> for Motor

source§

impl RegressiveProduct<PointAndPlane> for Motor

source§

impl RegressiveProduct<Rotor> for Motor

source§

impl RegressiveProduct<Translator> for Motor

source§

impl RegressiveProduct<f32> for Motor

§

type Output = f32

source§

fn regressive_product(self, other: f32) -> f32

source§

impl Reversal for Motor

source§

impl RightContraction<IdealPoint> for Motor

source§

impl RightContraction<Motor> for IdealPoint

source§

impl RightContraction<Motor> for Motor

source§

impl RightContraction<Motor> for MultiVector

source§

impl RightContraction<Motor> for Plane

source§

impl RightContraction<Motor> for Point

source§

impl RightContraction<Motor> for PointAndPlane

source§

impl RightContraction<Motor> for Rotor

source§

impl RightContraction<Motor> for Translator

source§

impl RightContraction<Motor> for f32

§

type Output = f32

source§

fn right_contraction(self, other: Motor) -> f32

source§

impl RightContraction<MultiVector> for Motor

source§

impl RightContraction<Plane> for Motor

source§

impl RightContraction<Point> for Motor

source§

impl RightContraction<PointAndPlane> for Motor

source§

impl RightContraction<Rotor> for Motor

source§

impl RightContraction<Translator> for Motor

source§

impl RightContraction<f32> for Motor

source§

impl ScalarProduct<IdealPoint> for Motor

source§

impl ScalarProduct<Line> for Motor

§

type Output = f32

source§

fn scalar_product(self, other: Line) -> f32

source§

impl ScalarProduct<Motor> for IdealPoint

§

type Output = f32

source§

fn scalar_product(self, other: Motor) -> f32

source§

impl ScalarProduct<Motor> for Line

§

type Output = f32

source§

fn scalar_product(self, other: Motor) -> f32

source§

impl ScalarProduct<Motor> for Motor

§

type Output = f32

source§

fn scalar_product(self, other: Motor) -> f32

source§

impl ScalarProduct<Motor> for MultiVector

§

type Output = f32

source§

fn scalar_product(self, other: Motor) -> f32

source§

impl ScalarProduct<Motor> for Rotor

§

type Output = f32

source§

fn scalar_product(self, other: Motor) -> f32

source§

impl ScalarProduct<Motor> for Translator

§

type Output = f32

source§

fn scalar_product(self, other: Motor) -> f32

source§

impl ScalarProduct<Motor> for f32

§

type Output = f32

source§

fn scalar_product(self, other: Motor) -> f32

source§

impl ScalarProduct<MultiVector> for Motor

source§

impl ScalarProduct<Rotor> for Motor

§

type Output = f32

source§

fn scalar_product(self, other: Rotor) -> f32

source§

impl ScalarProduct<Translator> for Motor

source§

impl ScalarProduct<f32> for Motor

§

type Output = f32

source§

fn scalar_product(self, other: f32) -> f32

source§

impl Signum for Motor

source§

impl SquaredMagnitude for Motor

source§

impl Sub<IdealPoint> for Motor

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: IdealPoint) -> Motor

Performs the - operation. Read more
source§

impl Sub<Line> for Motor

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Line) -> Motor

Performs the - operation. Read more
source§

impl Sub<Motor> for IdealPoint

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Motor) -> Motor

Performs the - operation. Read more
source§

impl Sub<Motor> for Line

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Motor) -> Motor

Performs the - operation. Read more
source§

impl Sub<Motor> for Motor

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Motor) -> Motor

Performs the - operation. Read more
source§

impl Sub<Motor> for MultiVector

§

type Output = MultiVector

The resulting type after applying the - operator.
source§

fn sub(self, other: Motor) -> MultiVector

Performs the - operation. Read more
source§

impl Sub<Motor> for PointAndPlane

§

type Output = MultiVector

The resulting type after applying the - operator.
source§

fn sub(self, other: Motor) -> MultiVector

Performs the - operation. Read more
source§

impl Sub<Motor> for Rotor

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Motor) -> Motor

Performs the - operation. Read more
source§

impl Sub<Motor> for Translator

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Motor) -> Motor

Performs the - operation. Read more
source§

impl Sub<Motor> for f32

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Motor) -> Motor

Performs the - operation. Read more
source§

impl Sub<MultiVector> for Motor

§

type Output = MultiVector

The resulting type after applying the - operator.
source§

fn sub(self, other: MultiVector) -> MultiVector

Performs the - operation. Read more
source§

impl Sub<PointAndPlane> for Motor

§

type Output = MultiVector

The resulting type after applying the - operator.
source§

fn sub(self, other: PointAndPlane) -> MultiVector

Performs the - operation. Read more
source§

impl Sub<Rotor> for Motor

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Rotor) -> Motor

Performs the - operation. Read more
source§

impl Sub<Translator> for Motor

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Translator) -> Motor

Performs the - operation. Read more
source§

impl Sub<f32> for Motor

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: f32) -> Motor

Performs the - operation. Read more
source§

impl SubAssign<IdealPoint> for Motor

source§

fn sub_assign(&mut self, other: IdealPoint)

Performs the -= operation. Read more
source§

impl SubAssign<Line> for Motor

source§

fn sub_assign(&mut self, other: Line)

Performs the -= operation. Read more
source§

impl SubAssign<Motor> for Motor

source§

fn sub_assign(&mut self, other: Motor)

Performs the -= operation. Read more
source§

impl SubAssign<Motor> for MultiVector

source§

fn sub_assign(&mut self, other: Motor)

Performs the -= operation. Read more
source§

impl SubAssign<Rotor> for Motor

source§

fn sub_assign(&mut self, other: Rotor)

Performs the -= operation. Read more
source§

impl SubAssign<Translator> for Motor

source§

fn sub_assign(&mut self, other: Translator)

Performs the -= operation. Read more
source§

impl SubAssign<f32> for Motor

source§

fn sub_assign(&mut self, other: f32)

Performs the -= operation. Read more
source§

impl Transformation<IdealPoint> for Motor

source§

impl Transformation<Line> for Motor

§

type Output = Line

source§

fn transformation(self, other: Line) -> Line

source§

impl Transformation<Motor> for IdealPoint

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<Motor> for Line

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<Motor> for Motor

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<Motor> for MultiVector

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<Motor> for Plane

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<Motor> for Point

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<Motor> for PointAndPlane

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<Motor> for Rotor

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<Motor> for Translator

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<Motor> for f32

§

type Output = Motor

source§

fn transformation(self, other: Motor) -> Motor

source§

impl Transformation<MultiVector> for Motor

source§

impl Transformation<Plane> for Motor

§

type Output = Plane

source§

fn transformation(self, other: Plane) -> Plane

source§

impl Transformation<Point> for Motor

§

type Output = Point

source§

fn transformation(self, other: Point) -> Point

source§

impl Transformation<PointAndPlane> for Motor

source§

impl Transformation<Rotor> for Motor

§

type Output = Rotor

source§

fn transformation(self, other: Rotor) -> Rotor

source§

impl Transformation<Translator> for Motor

source§

impl Transformation<f32> for Motor

§

type Output = f32

source§

fn transformation(self, other: f32) -> f32

source§

impl Zero for Motor

source§

fn zero() -> Self

source§

impl Copy for Motor

Auto Trait Implementations§

§

impl RefUnwindSafe for Motor

§

impl Send for Motor

§

impl Sync for Motor

§

impl Unpin for Motor

§

impl UnwindSafe for Motor

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.