pub fn materialized_diff_stream(
store: &Store,
tree_diff: BoxStream<'_, CopiesTreeDiffEntry>,
conflict_labels: Diff<&ConflictLabels>,
) -> impl Stream<Item = MaterializedTreeDiffEntry>pub fn materialized_diff_stream(
store: &Store,
tree_diff: BoxStream<'_, CopiesTreeDiffEntry>,
conflict_labels: Diff<&ConflictLabels>,
) -> impl Stream<Item = MaterializedTreeDiffEntry>