pub type EpsToleranceType<Lhs, Rhs = Lhs> = <Lhs as EpsTolerance<Rhs>>::T;Expand description
A type definition for convenience.
It specifies the type of the epsilon values for the type Lhs comparing to the type Rhs.
pub type EpsToleranceType<Lhs, Rhs = Lhs> = <Lhs as EpsTolerance<Rhs>>::T;A type definition for convenience.
It specifies the type of the epsilon values for the type Lhs comparing to the type Rhs.