Skip to main content

wrapper_getset_functions

Macro wrapper_getset_functions 

Source
macro_rules! wrapper_getset_functions {
    ($type_name:ident, $fmi_type:ty, $get_method:ident, $set_method:ident) => { ... };
}