non_calc_literal

Macro non_calc_literal 

Source
macro_rules! non_calc_literal {
    { $(
        $({$($gen:tt)*})? $ty:ty
    );+ } => { ... };
}