Macro const_try

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

Helper macro for a const version of the ? operator.