pub type CollectedDataContainer = Arc<RwLock<CollectedData>>;
struct CollectedDataContainer { /* private fields */ }