Skip to main content

temp

Macro temp 

Source
macro_rules! temp {
    (($Var:ident), $body:expr) => { ... };
    (($Var:ident,), $body:expr) => { ... };
    (($Var:ident, $($rest:ident),+ $(,)?), $body:expr) => { ... };
}