pub type PreprocessorInclude = Node<PreprocessorIncludeData>;Expand description
Type alias for Node<PreprocessorIncludeData>.
Aliased Type§
struct PreprocessorInclude {
pub content: PreprocessorIncludeData,
pub span: Option<NodeSpan>,
}Fields§
§content: PreprocessorIncludeDataContents of this syntax node
span: Option<NodeSpan>Span in the input this node was parsed from