Consumes and returns the operation.
(self)
| 45 | |
| 46 | /// Consumes and returns the operation. |
| 47 | pub fn into_operation(self) -> LeafOp { |
| 48 | self.operation |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | // ============================================================================ |
no outgoing calls