Type Definition conch_parser::ast::AtomicCommandList
[−]
[src]
type AtomicCommandList<T, W, C> = AndOrList<ListableCommand<AtomicShellPipeableCommand<T, W, C>>>;
A type alias over an and/or list of conventional shell commands.
Generic over the representation of literals, shell words, commands, and redirects.
Uses Arc wrappers around function declarations.