Function async_core::prep

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