Macro molt_forked::gen_command

source ยท
macro_rules! gen_command {
    ($input:ty, [ $( ($native_name:tt, $native_func:expr) ),* ], [ $( ($embedded_name:tt, $embedded_func:expr) ),* ]) => { ... };
}