fn insert_rendered_impl(
editor: &SyntaxEditor,
edit: &mut SourceChangeBuilder,
ctx: &AssistContext<'_, '_>,
function_builder: &FunctionBuilder,
adt: Adt,
position: Position,
impl_indent: IndentLevel,
leading_ws_indent: IndentLevel,
cap: Option<SnippetCap>,
)