errors.fyi community error code reference
E0433
rust

Undeclared Crate or Module

A crate, module, or type was referenced that has not been declared or imported. Ensure the dependency is listed in Cargo.toml and imported with a use statement, or check for a typo in the path.

References

← all namespaces