pub type TreeDiffStream<'matcher> = BoxStream<'matcher, TreeDiffEntry>;
Expand description
Type alias for the result from MergedTree::diff_stream()
. We use a
Stream
instead of an Iterator
so high-latency backends (e.g. cloud-based
ones) can fetch trees asynchronously.
Aliased Typeยง
pub struct TreeDiffStream<'matcher> { /* private fields */ }