TypedRoot

Type Alias TypedRoot 

Source
pub type TypedRoot = PowerShellRoot;

Aliased Type§

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

Fields§

§items: Vec<PowerShellItem>