Macro defer

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

Defers evaluation of a block of code until the end of the scope.