fedimint_core::util

Module error

Source

Structs§

FmtCompactErrorAnyhow
A wrapper with fmt::Display for anyhow::Error that will print chain of causes
FmtErrorCompact
A wrapper with fmt::Display for any E : Error that will print chain of causes

Traits§

FmtCompact
Simple utility trait to print error chains
FmtCompactAnyhow
Simple utility trait to print error chains (for anyhow::Error)