Skip to main content

if_not_parse_only

Macro if_not_parse_only 

Source
macro_rules! if_not_parse_only {
    (@parse_only $($x:tt)*) => { ... };
    ($($x:tt)*) => { ... };
}