Docs.rs
mpc-client-0.4.0
mpc-client 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tmpfs
Dependencies
async-stream ^0.3
normal
async-trait ^0.1
normal
futures ^0.3
normal
mpc-protocol ^0.4
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tracing ^0.1
normal
anyhow ^1
dev
tokio ^1
normal
tokio-tungstenite ^0.18
normal
getrandom ^0.2
normal
js-sys ^0.3
normal
log ^0.4
normal
serde-wasm-bindgen ^0.5
normal
tokio ^1
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4
normal
wasm-log ^0.3
normal
web-sys ^0.3
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
Result
In mpc_client
?
Type Definition
mpc_client
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Result type for the client library.