/// A parallel iterator for which the computation either completely succeeds,
/// or fails and **early exits** with None.
/// A parallel iterator for which the computation either completely succeeds,
/// or fails and **early exits** with an error.
pub use ParMap;
pub use Par;
pub use ParXap;