Module types

Module types 

Source
Expand description

Common types for rust-expect.

This module defines core types used throughout the library including patterns, matches, and session state.

Structs§

Dimensions
Terminal dimensions.
Match
A match result from an expect operation.
SessionId
A unique identifier for a session.

Enums§

ControlChar
Control characters that can be sent to a terminal.
ExpectResult
Result of an expect operation with multiple patterns.
ProcessExitStatus
Exit status of a process.
SessionState
The state of a session.