Closed dpc closed 1 year ago
Does not require any drop glue when dropped.
What glue? What does it mean? Thank you.
Drop glue is what rustc internally calls the function that runs the Drop impl for a value and all fields of this value recursively. It is exposed as core::mem::drop_in_place.
Drop
core::mem::drop_in_place
What glue? What does it mean? Thank you.