Trait ai_kit::constraints::ConstraintValue
[−]
[src]
pub trait ConstraintValue: BindingsValue { fn float(_: f64) -> Self; fn to_float(&self) -> Option<f64>; }
Required Methods
fn float(_: f64) -> Self
Construct a ConstraintValue from a float
fn to_float(&self) -> Option<f64>
Attempt to convert this value to a float