Macro tract_hir::wrap

source ยท
macro_rules! wrap {
    ($($x:expr),*) => { ... };
    ($($x:expr,)*) => { ... };
}