Docs.rs
miden-node-utils-0.9.0
miden-node-utils 0.9.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bobbinth
Dependencies
anyhow ^1.0
normal
figment ^0.10
normal
http ^1.3
normal
itertools ^0.14
normal
miden-objects ^0.9
normal
opentelemetry ^0.29
normal
opentelemetry-otlp ^0.29
normal
opentelemetry_sdk ^0.29
normal
rand ^0.9
normal
serde ^1.0
normal
tokio ^1.45
normal
optional
tonic ^0.12
normal
tracing ^0.1
normal
tracing-forest ^0.1
normal
optional
tracing-opentelemetry ^0.30
normal
tracing-subscriber ^0.3
normal
url ^2.5
normal
vergen ^9.0
normal
optional
vergen-gitcl ^1.0
normal
optional
Versions
25.53%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
miden_
node_
utils
0.9.0
Error
Report
Provided Methods
as_report
Implementors
In crate miden_
node_
utils
miden_node_utils
Trait
ErrorReport
Copy item path
Source
pub trait ErrorReport:
Error
{ // Provided method fn
as_report
(&self) ->
String
{ ... } }
Provided Methods
§
Source
fn
as_report
(&self) ->
String
Implementors
§
Source
§
impl<T:
Error
>
ErrorReport
for T