pub type MatchedArmIndex = Option<u32>;
Index of the matched macro arm on successful expansion.
enum MatchedArmIndex { None, Some(u32), }
No value.
Some value of type T.
T