Macro from_error_scope::trys [] [src]

macro_rules! trys {
    ($tr:expr, $expr:expr) => { ... };
}

A try! like macro that takes an additional type argument for a type that implements FromErrorScope. You may wish to wrap this macro for a specific error scope, to shorten invocations.