Docs.rs
error-stack-0.4.1
error-stack 0.4.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.73
normal
eyre ^0.6
normal
serde ^1
normal
spin ^0.9
normal
tracing-error ^0.2
normal
ansi-to-html ^0.1.3
dev
expect-test ^1.4.1
dev
futures ^0.3.28
dev
insta ^1.31.0
dev
once_cell ^1.18.0
dev
owo-colors ^3.5.0
dev
regex ^1.9.5
dev
serde ^1.0.188
dev
serde_json ^1.0.105
dev
supports-color ^2.0.0
dev
supports-unicode ^2.0.0
dev
tracing ^0.1.37
dev
tracing-subscriber ^0.3.17
dev
trybuild ^1.0.83
dev
rustc_version ^0.4
build
Versions
86.21%
of the crate is documented
Go to latest version
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
☰
Module iter
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
.