Function rel_core::rel_mem::replace_unsized
source · [−]pub fn replace_unsized<T, R, E>(dest: In<Mut<'_, T>, R>, src: E)where
T: DropRaw + Pointee + ?Sized,
R: Region,
E: Emplace<T, R>,
Expand description
Replaces the unsized value in dest
by emplacing src
into it.