pub type Inputs<'i, V> = &'i RcIter<dyn Iterator<Item = Result<V, String>> + 'i>;
Iterator over value results returned by the inputs filter.
inputs