Crate defer

source ·

Macros§

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

Functions§

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