Enum lsp_types::request::References [−][src]
pub enum References {}Expand description
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Referencesimpl Send for Referencesimpl Sync for Referencesimpl Unpin for Referencesimpl UnwindSafe for References