macro_rules! rec { ( |$self:ident, $arg_name:tt: $arg_ty:ty| -> $ret:ty $body:block ) => { ... }; }
immutableかつ引数を一つのみとる再帰クロージャ