Skip to main content

TypedRoot

Type Alias TypedRoot 

Source
pub type TypedRoot = PowerShellRoot;
Expand description

Typed root for the PowerShell language.

Aliased Type§

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

Fields§

§items: Vec<PowerShellItem>

Top-level items in the script.