In `Cargo.toml` dependencies: derive_more = "0.99.10" In code: use derive_more::{From, Into, Add, AddAssign, Sum}; Using the VSCode extension it highlights all of the imports (`From`, `Into`, etc.) as `unresolved import`.