Macro serde_hjson::forward_to_deserialize
source · [−]macro_rules! forward_to_deserialize {
($(
$name:ident ( $( $arg:ident : $ty:ty ),* );
)*) => { ... };
(func: deserialize_enum ( $( $arg:ident : $ty:ty ),* );) => { ... };
(func: $name:ident ( $( $arg:ident : $ty:ty ),* );) => { ... };
}
Expand description
Create a function to forward a specific serialize call to the generic deserialize