Macro tract_hir::wrap[][src]

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