logo
pub type InMemoryWasmTestBuilder = WasmTestBuilder<InMemoryGlobalState>;
Expand description

Wasm test builder where state is held entirely in memory.

Implementations

Trait Implementations

Returns the “default value” for a type. Read more