DistExecutor

Trait DistExecutor 

Source
pub trait DistExecutor:
    Debug
    + Send
    + Sync {
    // Required method
    fn handle(&self) -> &Handle;
}

Required Methods§

Source

fn handle(&self) -> &Handle

Implementors§