Skip to main content

CancelSignal

Trait CancelSignal 

Source
pub trait CancelSignal {
    // Required method
    fn is_cancelled(&self) -> bool;
}

Required Methods§

Implementors§