Function prep

Source
pub fn prep<'a, T>(
    future: impl Future<Output = T> + 'a + Send,
) -> BoxFuture<'a, T>