Skip to main content

TypedRoot

Type Alias TypedRoot 

Source
pub type TypedRoot = PhpRoot;
Expand description

The type of the root node for PHP AST.

Aliased Type§

pub struct TypedRoot {
    pub items: Vec<PhpItem>,
}

Fields§

§items: Vec<PhpItem>

Top-level items in the PHP file.