Function dptree::map_async_with_description
source · [−]pub fn map_async_with_description<'a, Projection, Input, Output, NewType, Args, Descr>(
description: Descr,
proj: Projection
) -> Handler<'a, Input, Output, Descr> where
Input: Clone,
Projection: Injectable<Input, NewType, Args> + Send + Sync + 'a,
Input: Insert<NewType> + Send + 'a,
Output: 'a,
Descr: HandlerDescription,
NewType: Send,
Expand description
map_async
with a custom description.