pub fn replace<T, R, E>(dest: In<Mut<'_, T>, R>, src: E)where
    T: DropRaw,
    R: Region,
    E: Emplace<T, R>,
Expand description

Replaces the value in dest by emplacing src into it.