Function lift_async_fn6

Source
pub fn lift_async_fn6<'a, T1, T2, T3, T4, T5, T6, T7, E1, F: FnOnce(T1, T2, T3, T4, T5, T6) -> BoxFuture<'a, Result<T7, E1>> + Send + Sync + 'a>(
    f: F,
) -> BoxedAsyncFn6<'a, T1, T2, T3, T4, T5, T6, T7, E1>
Expand description

Function to box FnOnce sync function with 6 aguments and coerce it to BoxedAsyncFn6