linera_execution

Trait 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl WithWasmDefault for Option<WasmRuntime>

Source§

fn with_wasm_default(self) -> Self

Implementors§