macro_rules! create_method {
    ($vis:vis $name:ident, $arg:ident, $argty: ty) => { ... };
}