pub type CloneIntoFnTyped<T> = for<'src, 'dst> fn(&'src T, TypedPtrUninit<'dst, T>) -> &'dst mut T;Expand description
Function to clone a value into another already-allocated value
pub type CloneIntoFnTyped<T> = for<'src, 'dst> fn(&'src T, TypedPtrUninit<'dst, T>) -> &'dst mut T;Function to clone a value into another already-allocated value