errors.fyi community error code reference
E0432
rust

Unresolved Import

A use statement refers to a module or item that cannot be found. Common causes include misspelling the path, a missing dependency in Cargo.toml, or the item not being publicly exported.

References

โ† all namespaces for E0432