[][src]Trait dipstick::Cancel

pub trait Cancel {
    fn cancel(&self);
}

A deferred, repeatable, background action that can be cancelled.

Required methods

fn cancel(&self)

Cancel the action.

Loading content...

Implementors

impl Cancel for CancelHandle[src]

fn cancel(&self)[src]

Signals the task to stop.

impl Cancel for OnFlushCancel[src]

Loading content...