pub fn ok_fut<E1, R>(result: R) -> Result<MustBoxFuture<'static, R>, E1>where
    R: Send + 'static,
Expand description

Helper function for the common case of returning this boxed future type.