pub type UnchangedInfo<'a> = (&'a Version, &'a SummarySource, &'a PackageInfo);
Expand description

Type alias for list entries in the PackageDiff::unchanged map.