Module io

Source

Macrosยง

deref_async_read ๐Ÿ”’
deref_async_write ๐Ÿ”’

Structsยง

ReadBuf
A wrapper around a byte buffer that is incrementally filled and initialized.
ReadBufCursor
The cursor part of a ReadBuf.

Traitsยง

Read
Reads bytes from a source.
Write
Write bytes asynchronously.

Functionsยง

pin_as_deref_mut ๐Ÿ”’
Polyfill for Pin::as_deref_mut() TODO: use Pin::as_deref_mut() instead once stabilized