rustc_metadata::rmeta::table

Macro fixed_size_enum

source
macro_rules! fixed_size_enum {
    ($ty:ty { $(($($pat:tt)*))* }) => { ... };
}