pub fn box_fut<'a, R>(result: R) -> MustBoxFuture<'a, R> where
    R: 'a + Send,
Expand description

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