Module stated_scope_guard

Source
Available on doc or test only.
Expand description

§stated-scope-guard modifications

(↑) This is derived work from the stated-scope-guard crate including the following modifications:

  • remove the DismissibleScopeGuard type.
  • rename the previous new method to with.
  • refactor the new_dismissible function as the new method.
  • feature-gate all uses of unsafe.
  • update docs and examples.