sui_bridge::action_executor

Trait BridgeActionExecutorTrait

Source
pub trait BridgeActionExecutorTrait {
    // Required method
    fn run(self) -> (Vec<JoinHandle<()>>, Sender<BridgeActionExecutionWrapper>);
}

Required Methods§

Source

fn run(self) -> (Vec<JoinHandle<()>>, Sender<BridgeActionExecutionWrapper>)

Implementors§