Module atm_io_utils::partial [] [src]

Helpers to test partial and Pending io operations.

Inspired by (and bluntly stealing from) the partial-io crate.

Structs

PartialRead

Wraps a reader and modifies its read operations according to the given iterator of PartialOps.

PartialWrite

Wraps a reader and modifies its read operations according to the given iterator of PartialOps.

Enums

PartialOp

The different operations supported by the partial wrappers.