defer! execution until the current scope is exited
Owned by Oliver Tale-Yazdi.
#22 in #defer
792 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!