Enum languageserver_types::request::RangeFormatting [] [src]

pub enum RangeFormatting {}

The document range formatting request is sent from the client to the server to format a given range in a document.

Trait Implementations

impl Debug for RangeFormatting
[src]

[src]

Formats the value using the given formatter. Read more

impl Request for RangeFormatting
[src]

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

Auto Trait Implementations