Enum languageserver_types::notification::DidOpenTextDocument
[−]
[src]
pub enum DidOpenTextDocument {}The document open notification is sent from the client to the server to signal newly opened text documents. The document's truth is now managed by the client and the server must not try to read the document's truth using the document's uri.
Trait Implementations
impl Debug for DidOpenTextDocument[src]
impl Notification for DidOpenTextDocument[src]
type Params = DidOpenTextDocumentParams
const METHOD: &'static str
METHOD: &'static str = "textDocument/didOpen"