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 towith
. - refactor the
new_dismissible
function as thenew
method. - feature-gate all uses of
unsafe
. - update docs and examples.