Function tuples::capt::capt_mut_0

source ·
pub fn capt_mut_0<T, R, F: FnMut(&mut T) -> R>(v: T, f: F) -> impl FnMut() -> R
Expand description

Manually capture the variables required by the closure