Struct futures_channel::oneshot::Cancellation
source · [−]pub struct Cancellation<'a, T> { /* private fields */ }
Expand description
A future that resolves when the receiving end of a channel has hung up.
This is an .await
-friendly interface around poll_canceled
.
Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for Cancellation<'a, T>
impl<'a, T> Send for Cancellation<'a, T> where
T: Send,
impl<'a, T> Sync for Cancellation<'a, T> where
T: Send,
impl<'a, T> Unpin for Cancellation<'a, T>
impl<'a, T> !UnwindSafe for Cancellation<'a, T>
Blanket Implementations
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (
into_future
)The output that the future will produce on completion.
type Future = F
type Future = F
🔬 This is a nightly-only experimental API. (
into_future
)Which kind of future are we turning this into?
🔬 This is a nightly-only experimental API. (
into_future
)Creates a future from a value.