Runnable

Trait Runnable 

Source
pub trait Runnable:
    Send
    + Sync
    + 'static {
    // Provided method
    fn run(&mut self) { ... }
}

Provided Methods§

Source

fn run(&mut self)

Implementors§