errors.fyi community error code reference
E0405
rust

Trait Not in Scope

A trait referenced in an impl or bound has not been imported or defined in the current scope. Add the appropriate use statement or check for a misspelling.

References

← all namespaces