errors.fyi community error code reference
E0412
rust

Unresolved Type Name

A type name was used that is not declared or imported in the current scope. Common causes include a missing use statement, a typo in the type name, or an undeclared type alias.

References

โ† all namespaces for E0412