rustc_
data_
structures
1.83.0
(90b35a623 2024-11-26)
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.