Type Alias brush_parser::ast::CompleteCommandItem
source · pub type CompleteCommandItem = CompoundListItem;Expand description
Represents a complete shell command item.
Aliased Type§
struct CompleteCommandItem(pub AndOrList, pub SeparatorOperator);Fields§
§0: AndOrList§1: SeparatorOperator