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.
E0432
rust 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.