macro_rules! expr {
($($proc_macro:tt)*) => { ... };
}
Expand description
Allows the use of the extended dot notation in expressions.
macro_rules! expr {
($($proc_macro:tt)*) => { ... };
}
Allows the use of the extended dot notation in expressions.