Structs§
- FmtCompact
Error Anyhow - A wrapper with
fmt::Displayforanyhow::Errorthat will print chain of causes - FmtError
Compact - A wrapper with
fmt::Displayfor anyE : Errorthat 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)