pub fn overwrite_left_with_right<T>(left: &mut T, right: T)
Expand description

Overwrite any value with another.

This can be used to overwrite an activity with another activity.

§Arguments

  • left - The left value
  • right - The right value