Function alloy_node_bindings::utils::run_with_tempdir_sync
source ยท pub fn run_with_tempdir_sync(prefix: &str, f: impl FnOnce(PathBuf))
Expand description
Runs the given closure with a temporary directory.
pub fn run_with_tempdir_sync(prefix: &str, f: impl FnOnce(PathBuf))
Runs the given closure with a temporary directory.