Structs§
- FmtCompact
Result Display - A wrapper with
fmt::DisplayforResult<T, E>whereE: Errorthat prints the error chain onError-onOk - FmtError
Compact - A wrapper with
fmt::Displayfor anyE : Error, unsized ones such asdyn Errorincluded, that prints the error and its chain of causes, joined with": ".
Traits§
- FmtCompact
- Simple utility trait to print error chains
- FmtCompact
Result - Extension trait to format
Result<T, E>compactly (forE: Error)