Skip to main content

drop_glue

Function drop_glue 

Source
pub(crate) const unsafe fn drop_glue<T>(_: &mut T)
where T: PointeeSized,
Expand description

Helper function for drop_in_place. The compiler replaces this by the actual drop glue.