SliceBuilderFreeFn

Type Alias SliceBuilderFreeFn 

Source
pub type SliceBuilderFreeFn = unsafe fn(builder: PtrMut);
Expand description

Frees a slice builder without converting it into a pointer

ยงSafety

The builder must be valid and must not be used after this function is called.