Trait eventual::Cancel [] [src]

pub trait Cancel<A: Send + 'static>: Send + 'static {
    fn cancel(self) -> Option<A>;
}

Required Methods

fn cancel(self) -> Option<A>

Implementors