Derive Macro alkahest_proc::Deserialize

source ·
#[derive(Deserialize)]
Expand description

Proc-macro to derive Deserialize trait for user-defined type.

This macro requires that type is either struct or enum. All fields must implement Deserialize.