Skip to main content

test_configurable_constants

Macro test_configurable_constants 

Source
macro_rules! test_configurable_constants {
    ($(
        $(#[$meta:meta])*
        ref $name:ident : $type:ty = $value:expr;
    )+) => { ... };
}