Skip to main content

CommandSubBody

Type Alias CommandSubBody 

Source
pub type CommandSubBody = Vec<Statement>;
Expand description

What command_substitution wraps: a sequence of statements.

Aliased Typeยง

pub struct CommandSubBody { /* private fields */ }