macro_rules! defun_nocalc {
{($($id_gen:tt)*) $id:ty { $(
($($generics:tt)*) { $($args:tt)* } $(where ($($bound:tt)+))? => { $($out:tt)* };
)* }} => { ... };
}
macro_rules! defun_nocalc {
{($($id_gen:tt)*) $id:ty { $(
($($generics:tt)*) { $($args:tt)* } $(where ($($bound:tt)+))? => { $($out:tt)* };
)* }} => { ... };
}