rust · rust/E0412
E0412
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.
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.