[][src]Macro abi_stable::rtry

macro_rules! rtry {
    ($expr:expr) => { ... };
}

Equivalent to ? for RResult<_,_>.