pub fn unit_ok_fut<E1, E2>(
) -> Result<MustBoxFuture<'static, Result<(), E2>>, E1>
Expand description

Helper function for the common case of returning this nested Unit type.