Skip to main content

create_config

Macro create_config 

Source
macro_rules! create_config {
    ($($i:ident: $ty:ty, $stb:expr, $( $dstring:expr ),+ );+ $(;)*) => { ... };
}