Expand description
Utilities to cause interruptions in common traits, like Read/Write and Iterator.
Structsยง
- Iter
- A wrapper for an inner iterator which will check for interruptions on each iteration, stopping the iteration when that is requested.
- Iter
With Err - A wrapper for an inner iterator which will check for interruptions on each iteration.
- Read
- A wrapper for implementers of
std::io::Readorstd::io::BufReadwith interrupt support. - Write
- A wrapper for implementers of
std::io::Writewith interrupt checks on each write call.