pub fn inspect_with_description<'a, F, Output, Args, Descr>( description: Descr, f: F, ) -> Handler<'a, Output, Descr>where Asyncify<F>: Injectable<(), Args> + Send + Sync + 'a, Output: 'a,
inspect with a custom description.
inspect