pub fn filter_map_async_with_description<'a, Projection, Output, NewType, Args, Descr>(
description: Descr,
proj: Projection,
) -> Handler<'a, Output, Descr>Expand description
filter_map_async with a custom description.
pub fn filter_map_async_with_description<'a, Projection, Output, NewType, Args, Descr>(
description: Descr,
proj: Projection,
) -> Handler<'a, Output, Descr>filter_map_async with a custom description.