Function pinbox

Source
pub fn pinbox<T>(
    fut: impl Future<Output = T> + Send + 'static,
) -> PinBoxFuture<T>