Available on crate feature
blob
only.Expand description
Structs§
- Options for use in
tree_with_rewrites()
.
Enums§
- Returned by the
tree_with_rewrites()
function to control flow. - Represents any possible change in order to turn one tree into another, with fully-owned data.
- Represents any possible change in order to turn one tree into another, which references data owned by its producer.
- The error returned by
tree_with_rewrites()
.