Function inspect_async

Source
pub fn inspect_async<'a, F, Output, Args, Descr>(
    f: F,
) -> Handler<'a, Output, Descr>
where F: Injectable<(), Args> + Send + Sync + 'a, Output: 'a, Descr: HandlerDescription,
Expand description

The asynchronous version of inspect.