Struct cargo::ops::LayoutProxy [] [src]

pub struct LayoutProxy<'a> {
    // some fields omitted
}

Methods

impl<'a> LayoutProxy<'a>

fn new(root: &'a Layout, primary: bool) -> LayoutProxy<'a>

fn root(&self) -> &'a Path

fn deps(&self) -> &'a Path

fn examples(&self) -> &'a Path

fn build(&self, pkg: &Package) -> PathBuf

fn build_out(&self, pkg: &Package) -> PathBuf

fn proxy(&self) -> &'a Layout