defer! execution until the current scope is exited
Owned by Oliver Tale-Yazdi.
#14 in #defer
1,783 downloads per month Used in 2 crates
5KB 80 lines
Contains the crate::defer! macro for deferring the execution of code until the current scope is dropped. This helps with always executing cleanup code.
crate::defer!