pub fn adhoc_mut<F>(f: F) -> Adhoc<F>where F: FnMut(Request<'_>),
Returns an object that implements InspectMut by calling f with the inspection request.
InspectMut
f