Module photonio_uring::io

source ·
Expand description

Primitives for asynchronous I/O.

This module is an async version of std::io.

Structs

The error type for I/O operations of the Read, Write, Seek, and associated traits.

Enums

Enumeration of possible methods to seek within an I/O object.

Traits

Reads some bytes from an object.
Reads some bytes from an object at a given position.
Provides extension methods for ReadAt.
Provides extension methods for Read.
Seeks to a position in an object.
Writes some bytes into an object.
Writes some bytes into an object at a given position.
Provides extension methods for WriteAt.
Provides extension methods for Write.

Type Definitions

A specialized Result type for I/O operations.