pub trait GetCrateRepositoryLocation { type Error; // Required method fn get_crate_repository_location( &self, ) -> Result<Option<String>, Self::Error>; }