wasmer_wasix::macros

Macro wasi_try_ok

Source
macro_rules! wasi_try_ok {
    ($expr:expr) => { ... };
}
Expand description

Like the try! macro or ? syntax: returns the value if the computation succeeded or returns the error value. Results are wrapped in an Ok