Docs.rs
pty-process-0.3.0
pty-process 0.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
doy
Dependencies
libc ^0.2.139
normal
nix ^0.26.2
normal
tokio ^1.26.0
normal
futures ^0.3.26
dev
regex ^1.7.1
dev
tokio ^1.26.0
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 pty_process
?
Type Definition
pty_process
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Convenience wrapper for
Result
s using
Error