pub type ValRs<'a> = Box<dyn Iterator<Item = ValR> + 'a>;
A stream of value results.
struct ValRs<'a>(/* private fields */);