Docs.rs
snarkvm-console-network-environment-0.16.0
snarkvm-console-network-environment 0.16.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
howardwu
Dependencies
anyhow ^1.0.73
normal
bech32 ^0.9
normal
itertools ^0.11.0
normal
nom ^7.1
normal
num-traits ^0.2
normal
rand ^0.8
normal
serde ^1.0
normal
snarkvm-curves =0.16.0
normal
snarkvm-fields =0.16.0
normal
snarkvm-utilities =0.16.0
normal
zeroize ^1
normal
Versions
43.42%
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
☰
snarkvm_console_network_environment
0.16.0
Module error
Traits
In snarkvm_console_network_environment::prelude
?
Module
snarkvm_console_network_environment
::
prelude
::
error
source
·
[
−
]
Traits
Error
Error
is a trait representing the basic expectations for error values, i.e., values of type
E
in
Result<T, E>
.