Type Definition conch_parser::ast::AtomicShellPipeableCommand [] [src]

type AtomicShellPipeableCommand<T, W, C> = PipeableCommand<T, Box<SimpleCommand<T, W, Redirect<W>>>, Box<ShellCompoundCommand<T, W, C>>, Arc<ShellCompoundCommand<T, W, C>>>;

A type alias for the default hiearchy to represent pipeable commands, using Arc wrappers around function declarations.