syn::token

Macro define_punctuation_structs

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