Function timeout

pub async fn timeout<F>(
    duration: Duration,
    f: F,
) -> Result<<F as Future>::Output, TimeoutError>
where F: Future,