runtime_token

Macro runtime_token 

Source
macro_rules! runtime_token {
    ($vis: vis $id: ident) => { ... };
    ($($vis: vis $id: ident),*) => { ... };
}
Expand description

Produces tokens that are also checked at runtime, ensuring that a TokenCell is never accidentally used with another instance of the same token type.