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.