Function borrow_mut_with

Source
pub fn borrow_mut_with<F: FnOnce(&mut Box<dyn Write>) -> R, R>(f: F) -> R