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