Function tuples::capt::capt_once_9

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

Manually capture the variables required by the closure