Struct amber::pipeline_sorter::PipelineSorter [] [src]

pub struct PipelineSorter {
    pub infos: Vec<String>,
    pub errors: Vec<String>,
    pub through: bool,
    // some fields omitted
}

Fields

infos: Vec<String> errors: Vec<String> through: bool

Methods

impl PipelineSorter
[src]

fn new(num: usize) -> Self

Trait Implementations

impl PipelineJoin<PathMatchPathMatch> for PipelineSorter
[src]