Enum languageserver_types::request::DocumentSymbol
[−]
[src]
pub enum DocumentSymbol {}The document symbol request is sent from the client to the server to list all symbols found in a given text document.
Trait Implementations
impl Debug for DocumentSymbol[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Request for DocumentSymbol[src]
type Params = DocumentSymbolParams
type Result = Option<Vec<SymbolInformation>>
const METHOD: &'static str
METHOD: &'static str = "textDocument/documentSymbol"