try

Macro try 

Source
macro_rules! try {
    ($expr:expr) => { ... };
    ($expr:expr,) => { ... };
}
Expand description

Unwraps a result or propagates its error.