Skip to main content

matches_to_edit_at_offset

Function matches_to_edit_at_offset 

Source
fn matches_to_edit_at_offset<'db>(
    db: &'db dyn ExpandDatabase,
    matches: &SsrMatches,
    file_src: &str,
    relative_start: TextSize,
    rules: &[ResolvedRule<'db>],
) -> TextEdit