Macro rusmpp::tri

source ·
macro_rules! tri {
    ($e:expr $(,)?) => { ... };
}
Expand description

Our custom try! macro aka ?, to get rid of std::convert::From/std::convert::Into used by the ? operator.