Enum lsp_types::request::RangeFormatting [−][src]
pub enum RangeFormatting {}Expand description
The document range formatting request is sent from the client to the server to format a given range in a document.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RangeFormattingimpl Send for RangeFormattingimpl Sync for RangeFormattingimpl Unpin for RangeFormattingimpl UnwindSafe for RangeFormatting