Searched refs:CrateNotFound (Results 1 – 2 of 2) sorted by relevance
/development/tools/external_crates/crates_io_util/src/ | ||
D | lib.rs | 55 CrateNotFound(String), enumerator |
D | index.rs | 80 .ok_or(Error::CrateNotFound(crate_name.to_string()))?; in fetch() |