Trait protofetch::cache::RepositoryCache
source · pub trait RepositoryCache {
// Required method
fn clone_or_update(
&self,
entry: &Coordinate
) -> Result<Box<dyn ProtoRepository>, CacheError>;
}