fedimint_core::util::error

Trait FmtCompactAnyhow

Source
pub trait FmtCompactAnyhow<'a> {
    type Report: Display + 'a;

    // Required method
    fn fmt_compact_anyhow(self) -> Self::Report;
}
Expand description

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

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Source§

impl<'e> FmtCompactAnyhow<'e> for &'e Error

Implementors§