Docs.rs
pty-process-0.2.0
pty-process 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
doy
Dependencies
async-io ^1.6.0
normal
async-process ^1.3.0
normal
futures ^0.3.17
normal
libc ^0.2.112
normal
nix ^0.23.0
normal
tokio ^1.14.0
normal
async-executor ^1.4.1
dev
async-std ^1.10.0
dev
regex ^1.5.4
dev
smol ^1.2.5
dev
term_size ^0.3.2
dev
tokio ^1.14.0
dev
Versions
76.47%
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
☰
Type Definition Result
Other items in
pty_process
?
Type Definition
pty_process
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Convenience wrapper for
Result
s using
Error