Type Alias Path

Source
pub type Path = Branch;

Aliased Type§

enum Path {
    SingleStep(Step),
    RelPath(Vec<Branch>),
    Union(Vec<Branch>),
    Error(Error),
}

Variants§

§

SingleStep(Step)

§

RelPath(Vec<Branch>)

§

Union(Vec<Branch>)

§

Error(Error)