| 1066 | /// The root node contains one value, whitespace, and comments. |
| 1067 | #[derive(Debug, Clone)] |
| 1068 | pub struct CstRootNode(Rc<CstRootNodeInner>); |
| 1069 | |
| 1070 | impl_container_methods!(CstRootNode, Root); |
| 1071 |
no outgoing calls
no test coverage detected
searching dependent graphs…