macro_rules! make_script_wrapper {
($type_:path as $wrapper_name:ident with Clone) => { ... };
($type_:path as $wrapper_name:ident) => { ... };
}macro_rules! make_script_wrapper {
($type_:path as $wrapper_name:ident with Clone) => { ... };
($type_:path as $wrapper_name:ident) => { ... };
}