Expand description
Contains the crate::defer!
macro for deferring the execution
of code until the current scope is dropped.
This helps with always executing cleanup code.
Structsยง
- Executes the wrapped closure on drop.
Contains the crate::defer!
macro for deferring the execution
of code until the current scope is dropped.
This helps with always executing cleanup code.