Module futures_io::if_std
source ยท Re-exportsยง
pub use io::Error;
pub use io::ErrorKind;
pub use io::IoSlice;
pub use io::IoSliceMut;
pub use io::Result;
pub use io::SeekFrom;
Macrosยง
- deref_async_buf_read ๐
- deref_async_read ๐
- deref_async_seek ๐
- deref_async_write ๐
Traitsยง
- Read bytes asynchronously.
- Read bytes asynchronously.
- Seek bytes asynchronously.
- Write bytes asynchronously.