Returns the operation associated with the node. # Returns Operation associated with the node
(&self)
| 487 | /// |
| 488 | /// Operation associated with the node |
| 489 | pub fn get_operation(&self) -> Operation { |
| 490 | self.body.borrow().operation.clone() |
| 491 | } |
| 492 | |
| 493 | /// Returns the type of the value computed by the node. |
| 494 | /// |