Struct cargo::util::toml::Layout [] [src]

pub struct Layout {
    pub root: PathBuf,
    // some fields omitted
}

Representation of the projects file layout.

This structure is used to hold references to all project files that are relevant to cargo.

Fields

root

Trait Implementations

Derived Implementations

impl Clone for Layout

fn clone(&self) -> Layout

fn clone_from(&mut self, source: &Self)