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