Function expr::relation::func::wrap[][src]

fn wrap<'a>(
    datums: &'a [Datum<'a>],
    width: usize
) -> impl Iterator<Item = (Row, Diff)> + 'a