Skip to main content

CancellationToken

Trait CancellationToken 

Source
pub trait CancellationToken: Send + Sync {
    // Required method
    fn is_cancelled(&self) -> bool;
}

Required Methods§

Implementors§