macro_rules! named_params_impl {
( $thing:ident == ( $($const_param:ident),* $(,)? )) => { ... };
( { $thing:expr } == ( $($const_param:ident),* $(,)? )) => { ... };
}
macro_rules! named_params_impl {
( $thing:ident == ( $($const_param:ident),* $(,)? )) => { ... };
( { $thing:expr } == ( $($const_param:ident),* $(,)? )) => { ... };
}