Expand description
Error types for the rust-pty crate.
This module provides a unified error type PtyError that covers all
possible failure modes when working with pseudo-terminals.
Enums§
- PtyError
- The error type for PTY operations.
Type Aliases§
- Result
- A specialized Result type for PTY operations.