Macro expr

Source
macro_rules! expr {
    ($($proc_macro:tt)*) => { ... };
}
Expand description

Allows the use of the extended dot notation in expressions.