Type Alias 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