Struct nu_parser::LitePipeline [−][src]
pub struct LitePipeline {
pub commands: Vec<LiteCommand>,
}Expand description
A LitePipeline is a series of LiteCommands, separated by |.
Fields
commands: Vec<LiteCommand>Implementations
Constructs a new LitePipeline.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LitePipelineimpl Send for LitePipelineimpl Sync for LitePipelineimpl Unpin for LitePipelineimpl UnwindSafe for LitePipelineBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = Tpub fn vzip(self) -> V