This also applies beyond futures, of course. A key part of the eyre crate is the eyre::Report type, which is basically a manually written dynx Error; eyre of course inherited the concept from anyhow, which has the Foo type, and the same idea appears in fehler (the Bar type) and error-chain (the Baz type).
Pretty sure you forgot to fill in some placeholders (Foo/Bar/Baz).
In your last article, I noticed this snippet:
Pretty sure you forgot to fill in some placeholders (Foo/Bar/Baz).