Function bigtools::utils::merge::merge_sections_many

source ยท
pub fn merge_sections_many<I, E>(
    sections: Vec<I>
) -> impl Iterator<Item = Result<Value, E>> + Send
where I: Iterator<Item = Result<Value, E>> + Send,