pub type SliceBuilderPushFn = unsafe fn(builder: PtrMut, item: PtrMut);Expand description
Pushes a value into a slice builder.
ยงSafety
Item must point to a valid value of type U and must be initialized.
Function is infallible as it uses the global allocator.