drop_stack_value

Function drop_stack_value 

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

Drop a StackValue, decrementing refcounts for heap types

ยงSafety

The StackValue must contain valid data for its discriminant.