macro_rules! list_complex_accessor { ($METHOD:ident, $VARIANT:ident, $TY:ty) => { ... }; }
Expand description
Macro to generate type-safe get_xxx methods for reference types e.g. get_list, get_map
macro_rules! list_complex_accessor { ($METHOD:ident, $VARIANT:ident, $TY:ty) => { ... }; }
Macro to generate type-safe get_xxx methods for reference types e.g. get_list, get_map