Function tuples::capt::capt_once_7

source ·
pub fn capt_once_7<C, T0, T1, T2, T3, T4, T5, T6, R, F: FnOnce(C, T0, T1, T2, T3, T4, T5, T6) -> R>(
    c: C,
    f: F
) -> impl FnOnce(T0, T1, T2, T3, T4, T5, T6) -> R
Expand description

Manually capture the variables required by the closure