get_release_for_maps

Function get_release_for_maps 

Source
pub fn get_release_for_maps<'a>(
    directory: &Path,
    project: &Option<String>,
    version: &Option<String>,
    maps: impl IntoIterator<Item = &'a SourceMapFile>,
) -> Result<Option<Release>>