Skip to main content

get_package_source_path

Function get_package_source_path 

Source
pub fn get_package_source_path(
    manifest: &InstallManifest,
) -> Result<PathBuf, Error>
Expand description

Returns the path where the package source file should be stored.

ยงErrors

Returns an error if the source path cannot be constructed.