Function inspect_async_with_description

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

inspect_async with a custom description.