Closed qwandor closed 11 months ago
The Error trait is in std, so is guarded by the new std feature. This makes error handling easier for projects which do have std, as it allows errors to be used more easily with anyhow, eyre and similar crates.
Error
std
anyhow
eyre
The
Error
trait is instd
, so is guarded by the newstd
feature. This makes error handling easier for projects which do havestd
, as it allows errors to be used more easily withanyhow
,eyre
and similar crates.