pub trait Start {
    fn start(&mut self, scheduler: &mut Scheduler);
}

Required Methods§

| Start client execution and provide | a scheduler. |

Implementors§