macro_rules! vm_try {
($expr:expr) => { ... };
}👎Deprecated: Use
? on VmResult instead of this macro.Expand description
Helper to perform the try operation over VmResult.
This can be used through rune::function by enabling the vm_result
option and suffixing an expression with <expr>.vm?.