pub type PreprocessorExtensionName = Node<PreprocessorExtensionNameData>;
Expand description

Type alias for Node<PreprocessorExtensionNameData>.

Aliased Type§

struct PreprocessorExtensionName {
    pub content: PreprocessorExtensionNameData,
    pub span: Option<NodeSpan>,
}

Fields§

§content: PreprocessorExtensionNameData

Contents of this syntax node

§span: Option<NodeSpan>

Span in the input this node was parsed from

Trait Implementations§

source§

impl Host for PreprocessorExtensionName

source§

fn visit<V>(&self, visitor: &mut V)
where V: Visitor,

Visit an AST node.
source§

impl HostMut for PreprocessorExtensionName

source§

fn visit_mut<V>(&mut self, visitor: &mut V)
where V: VisitorMut,

Visit an AST node.