[][src]Function bigtools::utils::merge_sections_many

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