Skip to main content

Path

Type Alias Path 

Source
pub type Path = Branch;

Aliased Type§

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

Variants§

§

SingleStep(Step)

§

RelPath(Vec<Branch>)

§

Union(Vec<Branch>)

§

Error(Error)