Macro id

Source
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.