Function pace_core::overwrite_left_with_right
source · 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 valueright- The right value