macro_rules! id {
($n:ident) => { ... };
}
Expand description
Declares a newtyped struct that is an arbitrary (string) identifier, like the name of a module or something.
macro_rules! id {
($n:ident) => { ... };
}
Declares a newtyped struct that is an arbitrary (string) identifier, like the name of a module or something.