pub(crate) fn replace_record_field_expr(
ctx: &AssistContext<'_, '_>,
edit: &mut SourceChangeBuilder,
record_field: RecordExprField,
initializer: Expr,
)Expand description
Replaces the record expression, handling field shorthands including inside macros.