Crate defer

Source

Macros§

defer
Defer execution of a closure until the current scope end.

Functions§

defer
Defer execution of a closure until the return value is dropped.