[][src]Macro macro_const::macro_const

macro_rules! macro_const {
    ($($(#[$attr:meta])* $vis:vis const $name:ident : $type:ty = $value:expr ;)+) => { ... };
}

Generates corresponding macros for constants that evaluate to the same values as the constants.