Enum lsp_types::request::FoldingRangeRequest [−][src]
pub enum FoldingRangeRequest {}Expand description
The folding range request is sent from the client to the server to return all folding ranges found in a given text document.
Trait Implementations
type Params = FoldingRangeParamstype Result = Option<Vec<FoldingRange>>Auto Trait Implementations
impl RefUnwindSafe for FoldingRangeRequestimpl Send for FoldingRangeRequestimpl Sync for FoldingRangeRequestimpl Unpin for FoldingRangeRequestimpl UnwindSafe for FoldingRangeRequest