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.
Required Methods§
fn with_wasm_default(self) -> Self
Object Safety§
This trait is not object safe.