Function with_context_capture2

Source
pub fn with_context_capture2<F, A, B, R>(f: F) -> impl FnOnce(A, B) -> R
where F: FnOnce(A, B) -> R,
Expand description

Helper function for automatic closure context capture with two arguments