Enum lsp_types::request::GotoImplementation [−][src]
pub enum GotoImplementation {}Expand description
The goto implementation request is sent from the client to the server to resolve the implementation location of a symbol at a given text document position.
Trait Implementations
type Params = GotoImplementationParamstype Result = Option<GotoImplementationResponse>Auto Trait Implementations
impl RefUnwindSafe for GotoImplementationimpl Send for GotoImplementationimpl Sync for GotoImplementationimpl Unpin for GotoImplementationimpl UnwindSafe for GotoImplementation