Function pomelo_hir::pretty::boxed_seq

source ·
fn boxed_seq<'a, N: HirPrettyPrint + 'a, A: FileArena>(
    nodes: impl Iterator<Item = &'a N>,
    arena: &A
) -> Vec<String>