Docs.rs
ls-types-0.0.2
ls-types 0.0.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mrnossiom
Dependencies
bitflags ^2
normal
fluent-uri ^0.3
normal
percent-encoding ^2
normal
serde ^1
normal
serde_json ^1
normal
Versions
58.7%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
ProgressToken
ls_
types
0.0.2
Progress
Token
Aliased Type
Variants
Number
String
In crate ls_
types
ls_types
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
)