Home
last modified time | relevance | path

Searched defs:CommandLinkGroup (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/
Dlsp_ext.ts22 export type CommandLinkGroup = { alias
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs1647 ) -> Option<lsp_ext::CommandLinkGroup> { in show_impl_command_link()
1673 ) -> Option<lsp_ext::CommandLinkGroup> { in show_ref_command_link()
1703 ) -> Option<lsp_ext::CommandLinkGroup> { in runnable_action_links()
1740 ) -> Option<lsp_ext::CommandLinkGroup> { in goto_type_action_links()
1763 ) -> Vec<lsp_ext::CommandLinkGroup> { in prepare_hover_actions()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_ext.rs492 pub struct CommandLinkGroup { struct
494 pub title: Option<String>,
495 pub commands: Vec<CommandLink>,