wasmcloud_interface_testing

Type Alias OptMap

Source
pub type OptMap = HashMap<String, String>;
Expand description

A map of test options. Keys may be test case names, or other keys meaningful for the test. Values are utf8 strings containing serialized json, with contents specific to the test

Aliased Typeยง

struct OptMap { /* private fields */ }