pub type StorageCollectionsHandle = Arc<dyn StorageCollections + Send + Sync>;
Storage collections trait alias we need to consult for since/frontiers.
pub struct StorageCollectionsHandle { /* private fields */ }