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