pub trait FutureTimeoutExt: Future + Sized { fn timeout(self, timeout: Duration) -> Timeout<Self> { ... } }