Type Definition conch_parser::ast::ShellPipeableCommand
[−]
[src]
type ShellPipeableCommand<T, W, C> = PipeableCommand<T, Box<SimpleCommand<T, W, Redirect<W>>>, Box<ShellCompoundCommand<T, W, C>>, Rc<ShellCompoundCommand<T, W, C>>>;
A type alias for the default hiearchy to represent pipeable commands,
using Rc wrappers around function declarations.