language_reporting

Function Join

Source
pub fn Join<U, F, Iterator>(
    join: impl Into<Join<U, Iterator>>,
    callback: F,
) -> impl Render
where F: Fn(U, Document) -> Document, Iterator: IntoIterator<Item = U>,