Structs§
- FmtCompact
Error Anyhow - A wrapper with
fmt::Display
foranyhow::Error
that will print chain of causes - FmtError
Compact - A wrapper with
fmt::Display
for anyE : Error
that will print chain of causes
Traits§
- FmtCompact
- Simple utility trait to print error chains
- FmtCompact
Anyhow - Simple utility trait to print error chains (for
anyhow::Error
)