[][src]Macro serde_hjson::forward_to_deserialize

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 ),* );) => { ... };
}

Create a function to forward a specific serialize call to the generic deserialize