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