Skip to main content

TypedRoot

Type Alias TypedRoot 

Source
pub type TypedRoot = PhpRoot;

Aliased Type§

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

Fields§

§items: Vec<PhpItem>