Docs.rs
error-stack-0.3.1
error-stack 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
hashdotai
github:hashintel:error-stack
Dependencies
anyhow ^1.0.65
normal
eyre ^0.6
normal
serde ^1
normal
spin ^0.9
normal
tracing-error ^0.2
normal
ansi-to-html ^0.1.2
dev
expect-test ^1.4.0
dev
futures ^0.3.25
dev
insta ^1.23.0
dev
once_cell ^1.17.0
dev
owo-colors ^3.5.0
dev
regex ^1.7.1
dev
serde ^1.0.152
dev
serde_json ^1.0.91
dev
supports-color ^2.0.0
dev
supports-unicode ^1.0.2
dev
thread_local =1.1.4
dev
tracing ^0.1.37
dev
tracing-subscriber ^0.3.16
dev
trybuild ^1.0.76
dev
rustc_version ^0.4
build
Versions
100%
of the crate is documented
Go to latest version
Platform
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
☰
Module iter
Structs
?
Module
error_stack
::
iter
source
·
[
−
]
Expand description
Iterators over
Frame
s.
Structs
Frames
Iterator over the
Frame
stack of a
Report
.
FramesMut
Iterator over the mutable
Frame
stack of a
Report
.
RequestRef
nightly
Iterator over requested references in the
Frame
stack of a
Report
.
RequestValue
nightly
Iterator over requested values in the
Frame
stack of a
Report
.