Function inspect_with_description

Source
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,
Expand description

inspect with a custom description.