(&self)
| 571 | /// Returns the branch operation. |
| 572 | #[inline] |
| 573 | pub fn operation(&self) -> &BranchOp { |
| 574 | &self.operation |
| 575 | } |
| 576 | |
| 577 | /// Returns the leaf operations (new content for Insert/Modify, old |
| 578 | /// content for Delete). |
no outgoing calls