Expand description
Helpers to test partial and Pending io operations.
Inspired by (and bluntly stealing from) the partial-io crate.
Structs§
- Partial
Read - Wraps a reader and modifies its read operations according to the given iterator of
PartialOps. - Partial
Write - Wraps a reader and modifies its read operations according to the given iterator of
PartialOps.
Enums§
- Partial
Op - The different operations supported by the partial wrappers.