syn::token

Macro define_punctuation

source
macro_rules! define_punctuation {
    ($($token:literal pub struct $name:ident/$len:tt #[doc = $usage:literal])*) => { ... };
}