Struct cargo::ops::LayoutProxy
[−]
[src]
pub struct LayoutProxy<'a> { // some fields omitted }
pub struct LayoutProxy<'a> { // some fields omitted }
impl<'a> LayoutProxy<'a>
[src]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
fn out_dir(&self, pkg: &Package, target: &Target) -> PathBuf
fn doc_root(&self) -> PathBuf