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

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