macro_rules! hrc_mut { ($($t:tt)+) => { ... }; }
Expand description
Higher-Ranked Closure (FnMut) macro that replaces the closure_lifetime_binder feature for stable.
This is a modified version of higher-order-closure’s higher_order_closure macro.