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§

source

fn with_wasm_default(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WithWasmDefault for Option<WasmRuntime>

source§

fn with_wasm_default(self) -> Self

Implementors§