signature_help_for_record_

Function signature_help_for_record_ 

Source
fn signature_help_for_record_<'db>(
    sema: &Semantics<'db, RootDatabase>,
    field_list_children: SyntaxElementChildren,
    path: &Path,
    fields2: impl Iterator<Item = (Field, Type<'db>)>,
    token: SyntaxToken,
    edition: Edition,
    display_target: DisplayTarget,
) -> Option<SignatureHelp>