Trait stack_graphs::CancellationFlag

source ·
pub trait CancellationFlag {
    // Required method
    fn check(&self, at: &'static str) -> Result<(), CancellationError>;
}
Expand description

Trait to signal that the execution is cancelled

Required Methods§

source

fn check(&self, at: &'static str) -> Result<(), CancellationError>

Implementors§