Macro named_params_impl

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