Trait crows_wasm::executors::Executor
source · pub trait Executor {
// Required methods
async fn prepare(&mut self) -> Result<()>;
async fn run(&mut self) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.