Function alloy_node_bindings::utils::run_with_tempdir
source ยท pub async fn run_with_tempdir<F, Fut>(prefix: &str, f: F)
Expand description
Runs the given async closure with a temporary directory.
pub async fn run_with_tempdir<F, Fut>(prefix: &str, f: F)
Runs the given async closure with a temporary directory.