Struct futures::future::AbortRegistration [−][src]
pub struct AbortRegistration { /* fields omitted */ }
A registration handle for a Abortable
future.
Values of this type can be acquired from AbortHandle::new
and are used
in calls to Abortable::new
.