rustc_
data_
structures
1.86.0-beta.6
(8c7969a3a 2025-03-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.