Struct nu_parser::LiteGroup [−][src]
pub struct LiteGroup {
pub pipelines: Vec<LitePipeline>,
}Expand description
A LiteGroup is a series of LitePipelines, separated by ;.
Fields
pipelines: Vec<LitePipeline>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LiteGroupimpl UnwindSafe for LiteGroupBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = Tpub fn vzip(self) -> V