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,
The asynchronous version of inspect.
inspect