Trait edge_executor::Start

source ·
pub trait Start {
    // Required method
    fn start<P>(&self, poll_fn: P)
       where P: FnMut() + 'static;
}

Required Methods§

source

fn start<P>(&self, poll_fn: P)where P: FnMut() + 'static,

Implementors§