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