pub(crate) fn rewrite_assign_rhs<S: Into<String>, R: Rewrite>( context: &RewriteContext<'_>, lhs: S, ex: &R, shape: Shape) -> Option<String>