Macro otter_nodejs_tests::either::try_right
source · [−]macro_rules! try_right {
($expr:expr) => { ... };
}Expand description
Dual to try_left!, see its documentation for more information.
macro_rules! try_right {
($expr:expr) => { ... };
}Dual to try_left!, see its documentation for more information.