pub(crate) fn render_record_lit(
ctx: &CompletionContext<'_>,
snippet_cap: Option<SnippetCap>,
fields: &[Field],
path: &str,
) -> RenderedLiteralExpand description
Render a record type (or sub-type) to a RenderedCompound. Use None for
the name argument for an anonymous type.