Enum languageserver_types::request::GotoTypeDefinition [−][src]
pub enum GotoTypeDefinition {}The goto type definition request is sent from the client to the server to resolve the type definition location of a symbol at a given text document position.
Trait Implementations
impl Debug for GotoTypeDefinition[src]
impl Debug for GotoTypeDefinitionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Request for GotoTypeDefinition[src]
impl Request for GotoTypeDefinitiontype Params = TextDocumentPositionParams
type Result = Option<GotoTypeDefinitionResponse>
const METHOD: &'static str
METHOD: &'static str = "textDocument/typeDefinition"
Auto Trait Implementations
impl Send for GotoTypeDefinition
impl Send for GotoTypeDefinitionimpl Sync for GotoTypeDefinition
impl Sync for GotoTypeDefinition