Abortable

Trait Abortable 

Source
pub trait Abortable {
    // Required method
    fn abort(&self);
}

Required Methods§

Source

fn abort(&self)

Implementations on Foreign Types§

Source§

impl Abortable for AbortHandle

Source§

fn abort(&self)

Implementors§