Runnable

Trait Runnable 

Source
pub trait Runnable: Send + 'static {
    // Required method
    fn run(self);
}

Required Methods§

Source

fn run(self)

Implementors§