Docs.rs
languageserver-types-0.54.0
languageserver-types 0.54.0
Docs.rs crate page
MIT
27 May 2026
Links
Repository
crates.io
Source
Owners
Marwes
autozimu
Xanewok
Dependencies
bitflags ^1.0.1
normal
num-derive ^0.2.2
normal
num-traits ^0.2
normal
serde ^1.0.34
normal
serde_derive ^1.0.34
normal
serde_json ^1.0.0
normal
url ^1.1.0
normal
url_serde ^0.2.0
normal
Versions
65.14%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
QUICKFIX
languageserver_
types
0.54.0
In languageserver_
types::
code_
action_
kind
languageserver_types
::
code_action_kind
Constant
QUICKFIX
Copy item path
Source
pub const QUICKFIX: &'static
str
= "quickfix";
Expand description
Base kind for quickfix actions: ‘quickfix’