Enum lsp_types::request::OnTypeFormatting [−][src]
pub enum OnTypeFormatting {}Expand description
The document on type formatting request is sent from the client to the server to format parts of the document during typing.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OnTypeFormattingimpl Send for OnTypeFormattingimpl Sync for OnTypeFormattingimpl Unpin for OnTypeFormattingimpl UnwindSafe for OnTypeFormatting