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