id

Macro id 

macro_rules! id {
    ($id:literal) => { ... };
}
Expand description

Creates an Id from a literal.