Function lift_sync_fn5

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

Function to box FnOnce sync function with 5 aguments and coerce it to BoxedFn5