Struct shoulda_core::epsilon_provider::ConstEpsilonProvider[][src]

pub struct ConstEpsilonProvider<const N: u64>;
Expand description

since only integers are stable as const generics, this accepts an integer that will be std::mem::transmuted to an f64 before being used once const generic floats are stabilized this will change to const N: f64

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.