pub fn set_app_temp_dir(dir: impl Into<PathBuf>)Expand description
Record an app-writable scratch directory (see app_temp_dir). Called by a backend at
startup when the OS temp dir isn’t writable by the app (Android).
pub fn set_app_temp_dir(dir: impl Into<PathBuf>)Record an app-writable scratch directory (see app_temp_dir). Called by a backend at
startup when the OS temp dir isn’t writable by the app (Android).