Skip to main content

drop_stack_value

Function drop_stack_value 

Source
pub unsafe fn drop_stack_value(sv: StackValue)
Expand description

Drop a tagged StackValue, freeing heap types.

ยงSafety

The StackValue must be valid and not previously dropped.