Home
last modified time | relevance | path

Searched defs:WaitForCancellationFutureOwned (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio-util/src/sync/
Dcancellation_token.rs217 pub fn cancelled_owned(self) -> WaitForCancellationFutureOwned { in cancelled_owned()
263 impl core::fmt::Debug for WaitForCancellationFutureOwned { implementation
269 impl WaitForCancellationFutureOwned { impl
298 impl Future for WaitForCancellationFutureOwned { implementation