Module winsafe::guard

source ·
Available on crate feature kernel only.
Expand description

RAII implementation for various resources, which automatically perform cleanup routines when the object goes out of scope.

The guards are named after the functions they call.

Structs§