pub(crate) trait Abortable: Send + Sync + Debug {
    fn abort_process(&self);
}

Required Methods

Implementations on Foreign Types

Implementors