with_handle

Function with_handle 

Source
fn with_handle<F, R>(f: F) -> R
where F: FnMut(&LocalHandle) -> R,