pub type PreprocessorVersionProfile = Node<PreprocessorVersionProfileData>;
Expand description

Type alias for Node<PreprocessorVersionProfileData>.

Aliased Type§

struct PreprocessorVersionProfile {
    pub content: PreprocessorVersionProfileData,
    pub span: Option<NodeSpan>,
}

Fields§

§content: PreprocessorVersionProfileData

Contents of this syntax node

§span: Option<NodeSpan>

Span in the input this node was parsed from

Trait Implementations§

source§

impl Host for PreprocessorVersionProfile

source§

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

Visit an AST node.
source§

impl HostMut for PreprocessorVersionProfile

source§

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

Visit an AST node.