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]

Formats the value using the given formatter. Read more

impl Request for DocumentSymbol
[src]

METHOD: &'static str = "textDocument/documentSymbol"

Auto Trait Implementations