pub fn with_package_manager<R, F: FnOnce(&mut PackageManager) -> R>(
f: F,
) -> Option<R>Expand description
Execute a closure with the package manager (mutable access)
pub fn with_package_manager<R, F: FnOnce(&mut PackageManager) -> R>(
f: F,
) -> Option<R>Execute a closure with the package manager (mutable access)