Skip to main content

insert_rendered_impl

Function insert_rendered_impl 

Source
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>,
)