Struct cargo::ops::LayoutProxy
[−]
[src]
pub struct LayoutProxy<'a> {
// some fields omitted
}pub struct LayoutProxy<'a> {
// some fields omitted
}impl<'a> LayoutProxy<'a>fn new(root: &'a Layout, primary: bool) -> LayoutProxy<'a>fn root(&self) -> &'a Pathfn deps(&self) -> &'a Pathfn examples(&self) -> &'a Pathfn build(&self, pkg: &Package) -> PathBuffn build_out(&self, pkg: &Package) -> PathBuffn proxy(&self) -> &'a Layoutfn out_dir(&self, pkg: &Package, target: &Target) -> PathBuf