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