[][src]Trait bach::executor::Runner

pub trait Runner {
    pub fn run<F: FnOnce() -> bool + Send + 'static>(&mut self, run: F);
}

Required methods

pub fn run<F: FnOnce() -> bool + Send + 'static>(&mut self, run: F)[src]

Loading content...

Implementors

Loading content...