[][src]Function parse_list::from_iter

Important traits for ParseListIterator<T, I>
pub fn from_iter<T, I>(i: I) -> ParseListIterator<T, I> where
    T: FromStr,
    T::Err: Error + Send + Sync + 'static,
    I: Iterator<Item = Result<String, Error>>,