Docs.rs
spade-common-0.15.0
spade-common 0.15.0
Permalink
Docs.rs crate page
EUPL-1.2
Links
Homepage
Repository
crates.io
Source
Owners
TheZoq2
Dependencies
logos ^0.15.0
normal
num ^0.4.0
normal
serde ^1.0.136
normal
spade-codespan ^0.12.0
normal
spade-codespan-reporting ^0.12.0
normal
Versions
14.42%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
InfallibleToBigUint
spade_
common
0.15.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
Infallible
ToBig
Uint
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
§