macro_rules! vm_try {
($expr:expr) => { ... };
}
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?
.
macro_rules! vm_try {
($expr:expr) => { ... };
}
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?
.