polkadot_sdk_frame
0.1.0
ReciprocalArg
Object Safety
Implementors
In polkadot_sdk_frame::arithmetic
Trait
polkadot_sdk_frame
::
arithmetic
::
ReciprocalArg
Copy item path
[
−
]
pub trait ReciprocalArg:
MultiplyArg
+
Saturating
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
§
impl<T>
ReciprocalArg
for T
where T:
MultiplyArg
+
Saturating
,