macro_rules! constant_string {
($name:ident, $code_name:ident, $code:literal) => { ... };
}Expand description
Implement a constant string.
macro_rules! constant_string {
($name:ident, $code_name:ident, $code:literal) => { ... };
}Implement a constant string.