Docs.rs
hydra_wallet-0.2.3
hydra_wallet 0.2.3
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
svc01-metaplex
austbot
Dependencies
anchor-lang ^0.24.2
normal
anchor-spl ^0.24.2
normal
mpl-token-metadata ^1.2.7
normal
spl-token ^3.2.0
normal
Versions
20.37%
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
hydra
0.2.3
OrArith
Error
Required Methods
or_arith_error
Implementations on Foreign Types
Option<u32>
Option<u64>
Option<u128>
Implementors
In hydra::
error
hydra
::
error
Trait
OrArith
Error
Copy item path
Source
pub trait OrArithError<T> { // Required method fn
or_arith_error
(self) ->
StdResult
<T,
Error
>; }
Required Methods
§
Source
fn
or_arith_error
(self) ->
StdResult
<T,
Error
>
Implementations on Foreign Types
§
Source
§
impl
OrArithError
<
u32
> for
Option
<
u32
>
Source
§
fn
or_arith_error
(self) ->
StdResult
<
u32
,
Error
>
Source
§
impl
OrArithError
<
u64
> for
Option
<
u64
>
Source
§
fn
or_arith_error
(self) ->
StdResult
<
u64
,
Error
>
Source
§
impl
OrArithError
<
u128
> for
Option
<
u128
>
Source
§
fn
or_arith_error
(self) ->
StdResult
<
u128
,
Error
>
Implementors
§