Skip to main content

add_const_impl

Function add_const_impl 

Source
fn add_const_impl(
    acc: &mut Completions,
    ctx: &CompletionContext<'_, '_>,
    replacement_range: TextRange,
    const_: Const,
    impl_def: Impl,
)