Docs.rs
lsp-types-0.95.1
lsp-types 0.95.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Marwes
autozimu
Xanewok
Dependencies
bitflags ^1.0.1
normal
serde ^1.0.34
normal
serde_json ^1.0.50
normal
serde_repr ^0.1
normal
url ^2.0.0
normal
Versions
56.35%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
lsp_types
0.95.1
ProgressToken
Aliased type
Variants
Number
String
In crate lsp_types
?
Type Alias
lsp_types
::
ProgressToken
source
·
[
−
]
pub type ProgressToken =
NumberOrString
;
Aliased Type
§
enum ProgressToken { Number(
i32
), String(
String
), }
Variants
§
§
Number(
i32
)
§
String(
String
)