Function tuples::capt::capt_1

source ·
pub fn capt_1<C, T0, R, F: Fn(&C, T0) -> R>(c: C, f: F) -> impl Fn(T0) -> R
Expand description

Manually capture the variables required by the closure