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.
pub type TypedRoot = PowerShellRoot;Typed root for the PowerShell language.
pub struct TypedRoot {
pub items: Vec<PowerShellItem>,
}items: Vec<PowerShellItem>Top-level items in the script.