Module mock_io::tokio[][src]

This is supported on crate feature async-tokio only.
Expand description

Mock IO stream and listener in tokio context

Structs

Handle

Handle for synchronous mock IO listener used to connect to the listener

MockListener

Asynchronous mock IO listener

MockStream

Asynchronous mock IO stream

ReadHalf

Read half of asynchronous mock IO stream

WriteHalf

Write half of asynchronous mock IO stream