Macro const_struct::I32

source ยท
macro_rules! I32 {
    ([@ < i32 : camel > GetGenericsData], $macro_path:path, $($args:tt)*) => { ... };
    ($value:expr) => { ... };
}