Derive Macro derse_derive::Deserialize
source ยท #[derive(Deserialize)]
Expand description
Derives the Deserialize
trait for structs and enums.
This macro generates an implementation of the Deserialize
trait for the given type.
It supports both structs and enums, handling named, unnamed, and unit fields.