pub trait Epsilon {
// Required method
fn epsilon() -> Self;
}
Expand description
A trait for finding the smallest fraction possible with a given Float type.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.