Docs.rs
ark-client-0.8.0
ark-client 0.8.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
luckysori
tiero
Kukks
Dependencies
ark-core ^0.8.0
normal
ark-fees ^0.8.0
normal
async-stream ^0.3
normal
async-trait ^0.1
normal
base64 ^0.22.1
normal
bech32 ^0.11
normal
bitcoin ^0.32.7
normal
futures ^0.3.31
normal
jiff ^0.2.1
normal
lightning-invoice ^0.33.2
normal
secp256k1 ^0.32.0-beta.2
normal
prost ^0.13.3
normal
prost-types ^0.13.3
normal
rand ^0.8
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_with ^3.14
normal
sqlx ^0.8
normal
optional
tokio ^1.41.0
normal
tracing ^0.1.37
normal
tempfile ^3.8
dev
tokio ^1.41.0
dev
backon ^1
normal
futures-util ^0.3.31
normal
getrandom ^0.2
normal
gloo-timers ^0.3.0
normal
tonic ^0.14
normal
tonic-prost ^0.14
normal
tonic-web-wasm-client ^0.6
normal
wasm-bindgen-futures ^0.4
normal
tonic-build ^0.14
build
ark-grpc ^0.8.0
normal
backon ^1
normal
tonic ^0.14
normal
Versions
54.55%
of the crate is documented
Platform
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
Skip to main content
IntoError
ark_
client
0.8.0
Into
Error
Required Methods
into_error
Implementations on Foreign Types
&'static str
String
Implementors
In ark_
client::
error
ark_client
::
error
Trait
Into
Error
Copy item path
Source
pub trait IntoError { // Required method fn
into_error
(self) ->
Error
; }
Required Methods
§
Source
fn
into_error
(self) ->
Error
Implementations on Foreign Types
§
Source
§
impl
IntoError
for &'static
str
Source
§
fn
into_error
(self) ->
Error
Source
§
impl
IntoError
for
String
Source
§
fn
into_error
(self) ->
Error
Implementors
§
Source
§
impl
IntoError
for
Error