Docs.rs
lsp-types-max-26.6.8
lsp-types-max 26.6.8
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seanchatmangpt
Dependencies
bitflags ^1.0.1
normal
fluent-uri ^0.1.4
normal
serde ^1.0.34
normal
serde_json ^1.0.50
normal
serde_repr ^0.1
normal
Versions
52.99%
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
ProgressToken
lsp_
types_
max
26.6.8
Progress
Token
Aliased Type
Variants
Number
String
In crate lsp_
types_
max
lsp_types_max
Type Alias
Progress
Token
Copy item path
Source
pub type ProgressToken =
NumberOrString
;
Aliased Type
§
pub enum ProgressToken { Number(
i32
), String(
String
), }
Variants
§
§
Number(
i32
)
§
String(
String
)