r
0.4.0
Minimally
Numeric
Required Associated Types
As
Implementations on Foreign Types
&T
bool
f64
i32
Implementors
In r::
object::
coercion
Trait
r
::
object
::
coercion
::
MinimallyNumeric
Copy item path
source
·
[
−
]
pub trait MinimallyNumeric { type
As
; }
Required Associated Types
§
source
type
As
Implementations on Foreign Types
§
source
§
impl
MinimallyNumeric
for
bool
source
§
type
As
=
i32
source
§
impl
MinimallyNumeric
for
f64
source
§
type
As
=
f64
source
§
impl
MinimallyNumeric
for
i32
source
§
type
As
=
i32
source
§
impl<T, U>
MinimallyNumeric
for
&T
where T:
MinimallyNumeric
<As = U>,
source
§
type
As
= U
Implementors
§
source
§
impl<T, U>
MinimallyNumeric
for
OptionNA
<T>
where T:
MinimallyNumeric
<As = U>,
OptionNA
<T>:
CoercibleInto
<
OptionNA
<U>>,
source
§
type
As
=
OptionNA
<U>