Module io

Source

Modules§

ansi
cache
stdio

Macros§

pipe
shell_pipe
tcp_pipe
tcp_shell_pipe

Structs§

Payload
Pipe
ReadExactTimeout
Creates a future which will read exactly enough bytes to fill buf, stops if Timeout, returning an error if EOF is hit sooner.
ReadTimeout
Creates a future which will read exactly enough bytes to fill buf, stops if Timeout, returning an error if EOF is hit sooner.
ReadUntil
The delimiter is included in the resulting vector.
ReadUntilRegex
The delimiter is included in the resulting vector.
ReadUntilRegexTimeout
The delimiter is included in the resulting vector.
ReadUntilTimeout
The delimiter is included in the resulting vector.
UnknownArch
X64
X86

Enums§

PipeError
ProcessPipeError

Traits§

AsyncCacheReadExt
AsyncReadCacheTimeoutExt
AsyncReadTimeoutExt
PayloadAction
PipeInteractiveExt
PipeRead
PipeReadExt
PipeWrite
PipeWriteExt

Type Aliases§

ProcessPipe
ProcessPipeResult
StderrPipe
StdoutPipe
TcpPipe