Answers for "error: cannot find derive macro `Deserialize` in this scope"

0

error: cannot find derive macro `Deserialize` in this scope

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.
Posted by: Guest on July-12-2020

Code answers related to "error: cannot find derive macro `Deserialize` in this scope"

Browse Popular Code Answers by Language