Crate wasmflow_macros

Source
Expand description

Maintenance

§wasmflow-macros

Macros used by the Wasmflow project

Macros§

ensure
Test a condition and if it is false, return the supplied error. It’s like an assert! that doesn’t panic.
kv_impl
Test a condition and if it is false, return the supplied error. It’s like an assert! that doesn’t panic.
map_wrapper
Test a condition and if it is false, return the supplied error. It’s like an assert! that doesn’t panic.