Docs.rs
requestty-ui-0.4.0
requestty-ui 0.4.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Lutetium-Vanadium
Dependencies
bitflags ^1.3
normal
crossterm ^0.23
normal
once_cell ^1.12
normal
termion ^1.5
normal
textwrap ^0.15
normal
unicode-segmentation ^1.9
normal
insta =1.11
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
Result
In requestty_ui
?
Type Definition
requestty_ui
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
ErrorKind
>;
Expand description
The
requestty
result type.