Trait strafe_type::FloatConstraint
source · pub trait FloatConstraint: Sized + ToPrimitive + Debug {
// Required methods
fn get_f64(&self) -> f64;
fn constraint(&self) -> bool;
// Provided method
fn unwrap(self) -> f64 { ... }
}Required Methods§
Provided Methods§
Object Safety§
This trait is not object safe.