Module navigation_target

Module navigation_target 

Source
Expand description

StructsΒ§

NavigationTarget
NavigationTarget represents an element in the editor’s UI which you can click on to navigate to a particular piece of code.
UpmappingResult

TraitsΒ§

ToNav πŸ”’
ToNavFromAst πŸ”’
TryToNav

FunctionsΒ§

container_name πŸ”’
orig_range πŸ”’
orig_range_r πŸ”’
orig_range_with_focus πŸ”’
Returns the original range of the syntax node, and the range of the name mapped out of macro expansions May return two results if the mapped node originates from a macro definition in which case the second result is the creating macro call.
orig_range_with_focus_r πŸ”’