Skip to main content

Module guard

Module guard 

Expand description

Scope guards for synchronous cleanup on every return path.

Structs§

DropGuard
Runs a closure exactly once when fired explicitly or when dropped while armed.