macro_rules! parse { ($tokens:ident as $type:ty) => { ... }; }
Expand description
Try to parse the tokens, or else return a compilation error
macro_rules! parse { ($tokens:ident as $type:ty) => { ... }; }
Try to parse the tokens, or else return a compilation error