Skip to main content

with_active_repo_root

Function with_active_repo_root 

Source
pub async fn with_active_repo_root<F, T>(repo_path: &Path, future: F) -> T
where F: Future<Output = T>,
Expand description

Run an async operation with a repo root bound to the current task.