pub trait ValueExt {
// Required methods
fn to_length(&self) -> Option<i64>;
fn as_numeric(&self) -> Option<f64>;
fn is_truthy(&self) -> bool;
}Required Methods§
Sourcefn as_numeric(&self) -> Option<f64>
fn as_numeric(&self) -> Option<f64>
Extract numeric value for comparison