Function filter_async_with_description

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

filter_async with a custom description.