pub(crate) trait Tracker: Send + Sync + Debug { // Required method fn record(&self, version: ManifestVersion, size: u64); }