pub type DefaultInPlaceFnTyped<T> = for<'mem> fn(target: TypedPtrUninit<'mem, T>) -> TypedPtrMut<'mem, T>;Expand description
Function to set a value to its default in-place
pub type DefaultInPlaceFnTyped<T> = for<'mem> fn(target: TypedPtrUninit<'mem, T>) -> TypedPtrMut<'mem, T>;Function to set a value to its default in-place