Struct rust_install::temp::Cfg [] [src]

pub struct Cfg {
    // some fields omitted
}

Methods

impl Cfg
[src]

fn new(root_directory: PathBuf, notify_handler: NotifyHandler) -> Self

fn create_root(&self) -> Result<bool>

fn new_directory(&self) -> Result<Dir>

fn new_file(&self) -> Result<File>

fn new_file_with_ext(&self, ext: &str) -> Result<File>