Skip to main content

check_def_in_mod_and_out_sel

Function check_def_in_mod_and_out_sel 

Source
fn check_def_in_mod_and_out_sel(
    def: Definition,
    ctx: &AssistContext<'_, '_>,
    curr_parent_module: &Option<Module>,
    selection_range: TextRange,
    curr_file_id: FileId,
) -> (bool, bool)