Macro tri

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

const Option ?.