DefaultInPlaceFn

Type Alias DefaultInPlaceFn 

Source
pub type DefaultInPlaceFn = unsafe fn(target: PtrUninit) -> PtrMut;
Expand description

Function type for default initialization in-place. Used by the #[facet(default)] attribute.