Function all

Source
fn all<'a, I>(datums: I) -> Datum<'a>
where I: IntoIterator<Item = Datum<'a>>,