Struct futures_util::future::Aborted [−][src]
pub struct Aborted;
Expand description
Indicator that the Abortable
task was aborted.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Aborted
impl UnwindSafe for Aborted
Blanket Implementations
Mutably borrows from an owned value. Read more