macro_rules! implement_concretize {
($ty:ident $method:ident) => { ... };
($ty:ident $method:ident, $($tt:tt)*) => { ... };
() => { ... };
}
macro_rules! implement_concretize {
($ty:ident $method:ident) => { ... };
($ty:ident $method:ident, $($tt:tt)*) => { ... };
() => { ... };
}