Skip to main content

PathSpec

Type Alias PathSpec 

Source
pub type PathSpec = Locator;
👎Deprecated:

renamed to Locator (forensic-vfs 0.6)

Expand description

Deprecated alias for Locator (renamed in forensic-vfs 0.6).

Aliased Type§

pub struct PathSpec {
    pub layer: Layer,
    pub parent: Option<Box<Locator>>,
}

Fields§

§layer: Layer§parent: Option<Box<Locator>>