pub type MergedTreeValue = Merge<Option<TreeValue>>;
Expand description
The value at a given path in a commit.
It depends on the context whether it can be absent
(Merge::is_absent()
). For example, when getting the value at a
specific path, it may be, but when iterating over entries in a
tree, it shouldn’t be.
Aliased Type§
pub struct MergedTreeValue { /* private fields */ }