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.

Trait Implementations

impl Debug for AbortRegistration
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AbortRegistration

impl Sync for AbortRegistration