$ errors.fyi/rust/E0404 74 namespaces · 3,092 codes
rust · rust/E0404
E0404

Expected Trait, Found Type

A non-trait type such as a struct or type alias was used in a position that requires a trait, such as in an impl statement or as a generic bound. Only traits may appear in these positions.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT