Docs.rs
spl-token-bonding-3.2.5
spl-token-bonding 3.2.5
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
crates.io
Source
Owners
ChewingGlass
Dependencies
anchor-lang ^0.22.0
normal
anchor-spl ^0.22.0
normal
spl-token ^3.2.0
normal
uint ^0.9
normal
proptest ^1.0.0
dev
Versions
31.82%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
☰
OrArithError
Required Methods
or_arith_error
Implementations on Foreign Types
Option<PreciseNumber>
Option<u128>
Option<u64>
Implementors
In spl_token_bonding::util
?
Trait
spl_token_bonding
::
util
::
OrArithError
source
·
[
−
]
pub trait OrArithError<T> { fn
or_arith_error
(self) ->
Result
<T>; }
Required Methods
source
fn
or_arith_error
(self) ->
Result
<T>
Implementations on Foreign Types
source
impl
OrArithError
<
PreciseNumber
> for
Option
<
PreciseNumber
>
source
fn
or_arith_error
(self) ->
Result
<
PreciseNumber
>
source
impl
OrArithError
<
u128
> for
Option
<
u128
>
source
fn
or_arith_error
(self) ->
Result
<
u128
>
source
impl
OrArithError
<
u64
> for
Option
<
u64
>
source
fn
or_arith_error
(self) ->
Result
<
u64
>
Implementors