[][src]Macro either::try_right

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

Dual to try_left!, see its documentation for more information.