macro_rules! defer { ($($body:tt)*) => { ... }; }
Defers evaluation of a block of code until the end of the scope.