Macro const_struct::Bool

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