Macro token_cell::macros::token

source ·
macro_rules! token {
    ($vis: vis $id: ident) => { ... };
    ($($vis: vis $id: ident),*) => { ... };
}