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
InfallibleToBigInt
spade_
common
0.15.0
Infallible
ToBig
Int
Required Methods
to_bigint
Implementations on Foreign Types
&BigUint
BigUint
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In spade_
common::
num_
ext
spade_common
::
num_ext
Trait
Infallible
ToBig
Int
Copy item path
Source
pub trait InfallibleToBigInt { // Required method fn
to_bigint
(self) ->
BigInt
; }
Required Methods
§
Source
fn
to_bigint
(self) ->
BigInt
Implementations on Foreign Types
§
Source
§
impl
InfallibleToBigInt
for &
BigUint
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i8
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i16
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i32
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i64
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i128
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
isize
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u8
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u16
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u32
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u64
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u128
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
usize
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
BigUint
Source
§
fn
to_bigint
(self) ->
BigInt
Implementors
§