macro_rules! zero_internal {
($x:ident) => { ... };
}Expand description
This macro is used as a placeholder to let us iterate over the compile-time allocated vector of categories when we statically initialize it. This macro should only be used internally to this crate.