Function filter_with_description

Source
pub fn filter_with_description<'a, Pred, Output, FnArgs, Descr>(
    description: Descr,
    pred: Pred,
) -> Handler<'a, Output, Descr>
where Asyncify<Pred>: Injectable<bool, FnArgs> + Send + Sync + 'a, Output: 'a,
Expand description

filter with a custom description.