pub trait TempPath {
// Required method
fn browser(&self) -> Browser;
// Provided method
fn temp_path_prefix(&self) -> PathBuf { ... }
}
Expand description
just impl browser
method
Required Methods§
Provided Methods§
Sourcefn temp_path_prefix(&self) -> PathBuf
fn temp_path_prefix(&self) -> PathBuf
for gen temp path