Macro blurmock::make_option_getter

source ยท
macro_rules! make_option_getter {
    ($function_name: ident, $attr: ident, $ret_type:ty) => { ... };
}