Runner

Trait Runner 

Source
pub trait Runner:
    Send
    + Sync
    + 'static {
    // Required method
    fn block_on(&self, fut: BlockFuture);
}

Required Methods§

Source

fn block_on(&self, fut: BlockFuture)

Implementors§