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