Function tuples::capt::capt_once_3

source ·
pub fn capt_once_3<C, T0, T1, T2, R, F: FnOnce(C, T0, T1, T2) -> R>(
    c: C,
    f: F
) -> impl FnOnce(T0, T1, T2) -> R
Expand description

Manually capture the variables required by the closure