[][src]Module flv_future_aio::io

Macros

println

Prints to the standard output, with a newline.

Structs

BufReader

Adds buffering to any reader.

Stdin

A handle to the standard input of the current process.

Stdout

A handle to the standard output of the current process.

Traits

BufRead

Read bytes asynchronously.

BufReadExt

Extension methods for BufRead.

Read

Read bytes asynchronously.

ReadExt

Extension methods for Read.

Functions

stdin

Constructs a new handle to the standard input of the current process.