spade_
common
0.13.0
Infallible
ToBig
Uint
Required Methods
to_biguint
Implementations on Foreign Types
u8
u16
u32
u64
u128
usize
Implementors
In spade_
common::
num_
ext
spade_common
::
num_ext
Trait
InfallibleToBigUint
Copy item path
Source
pub trait InfallibleToBigUint { // Required method fn
to_biguint
(self) ->
BigUint
; }
Required Methods
§
Source
fn
to_biguint
(self) ->
BigUint
Implementations on Foreign Types
§
Source
§
impl
InfallibleToBigUint
for
u8
Source
§
fn
to_biguint
(self) ->
BigUint
Source
§
impl
InfallibleToBigUint
for
u16
Source
§
fn
to_biguint
(self) ->
BigUint
Source
§
impl
InfallibleToBigUint
for
u32
Source
§
fn
to_biguint
(self) ->
BigUint
Source
§
impl
InfallibleToBigUint
for
u64
Source
§
fn
to_biguint
(self) ->
BigUint
Source
§
impl
InfallibleToBigUint
for
u128
Source
§
fn
to_biguint
(self) ->
BigUint
Source
§
impl
InfallibleToBigUint
for
usize
Source
§
fn
to_biguint
(self) ->
BigUint
Implementors
§