Published
- 1 min read
error: cannot find derive macro `Deserialize` in this scope
The solution for this is noted below
error: cannot find derive macro Deserialize
in this scope
Solution
Take a look at where it says "Click to show Cargo.toml" in the readme, or check out https://serde.rs/derive.html. It looks like you haven't enabled the "derive" feature.
Try other methods by searching on the site. That is if this doesn’t work