datatypes::types::boolean_type

Function numeric_to_bool

Source
pub fn numeric_to_bool<T>(num: T) -> Option<Value>
where T: Num + Default,