Trait linera_execution::WithWasmDefault
source · pub trait WithWasmDefault {
// Required method
fn with_wasm_default(self) -> Self;
}
Expand description
Trait used to select a default WasmRuntime, if one is available.
pub trait WithWasmDefault {
// Required method
fn with_wasm_default(self) -> Self;
}
Trait used to select a default WasmRuntime, if one is available.