Module git_features::interrupt[][src]

Expand description

Utilities to cause interruptions in common traits, like Read/Write and Iterator.

Structs

A wrapper for an inner iterator which will check for interruptions on each iteration.

A wrapper for implementors of std::io::Read or std::io::BufRead with interrupt support.