pub fn box_fut_plain<'a, R: Send + 'a>(result: R) -> BoxFuture<'a, R>
Expand description

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