Home
last modified time | relevance | path

Searched defs:VersionMatch (Results 1 – 1 of 1) sorted by relevance

/development/tools/external_crates/crate_health/src/
Dversion_match.rs42 pub struct VersionMatch<CollectionType: NameAndVersionMap> { struct
48 impl<CollectionType: NameAndVersionMap> VersionMatch<CollectionType> { implementation
137 impl<CollectionType: NameAndVersionMap> VersionMatch<CollectionType> implementation
165 impl VersionMatch<CrateCollection> { implementation