fn encode_updates<'s, T, D, CB>(
collection: VecCollection<'s, T, D, Diff>,
name: &str,
) -> Stream<'s, T, CB::Container>Expand description
Re-encodes a Vec collection through CB.
For a join implementation that builds its own Vec output and so cannot be
handed a container builder.