mentat/scopeguard/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
427 B
JavaScript

initSidebarItems({"enum":[["Always","Always run on scope exit."]],"fn":[["guard","Create a new `ScopeGuard` owning `v` and with deferred closure `dropfn`."]],"macro":[["defer","Macro to create a `ScopeGuard` (always run)."],["defer_on_unwind","Macro to create a `ScopeGuard` (run on unwinding from panic)."]],"struct":[["ScopeGuard","`ScopeGuard` is a scope guard that may own a protected value."]],"trait":[["Strategy",""]]});