errors.fyi community error code reference
E0404
rust

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

← all namespaces