datatypes
0.12.0
In datatypes::
types::
boolean_
type
datatypes
::
types
::
boolean_type
Function
numeric_to_bool
Copy item path
Source
pub fn numeric_to_bool<T>(num: T) ->
Option
<
Value
>
where T:
Num
+
Default
,