Struct rust_install::temp::Cfg
[−]
[src]
pub struct Cfg {
// some fields omitted
}pub struct Cfg {
// some fields omitted
}impl Cfg[src]fn new(root_directory: PathBuf, notify_handler: NotifyHandler) -> Selffn 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>