rustc_
data_
structures
1.83.0-beta.6
(4ff8ff0ec 2024-11-16)
rustc_data_structures
Function
defer
Copy item path
source
pub fn defer<F:
FnOnce
()>(f: F) ->
OnDrop
<F>
Expand description
Returns a structure that calls
f
when dropped.