Type Alias krates::index::BuildIndexCache

source ·
pub type BuildIndexCache = Box<dyn FnOnce(BTreeSet<String>) -> BTreeMap<String, Option<IndexKrate>>>;

Aliased Type§

struct BuildIndexCache(/* private fields */);