(&self)
| 1336 | |
| 1337 | #[doc(hidden)] |
| 1338 | pub fn get_annotations(&self) -> Result<Vec<NodeAnnotation>> { |
| 1339 | self.get_graph() |
| 1340 | .get_context() |
| 1341 | .get_node_annotations(self.clone()) |
| 1342 | } |
| 1343 | } |
| 1344 | type WeakNodeBodyPointer = Weak<AtomicRefCell<NodeBody>>; |
| 1345 |