[go: up one dir, main page]

pub type NewPackCacheFn = dyn Fn() -> Box<PackCache> + Send + Sync + 'static;
Expand description

A constructor for boxed pack caches.