Function function_compose::lift_async_fn5
source ยท pub fn lift_async_fn5<'a, T1, T2, T3, T4, T5, T6, F: FnOnce(T1, T2, T3, T4, T5) -> BoxFuture<'a, Result<T6, FnError>> + Send + Sync + 'a>(
f: F,
) -> BoxedAsyncFn5<'a, T1, T2, T3, T4, T5, T6>Expand description
Function to box FnOnce sync function with 5 aguments and coerce it to BoxedAsyncFn5