Type Alias StorageCollections

Source
pub(crate) type StorageCollections<T> = Arc<dyn StorageCollections<Timestamp = T> + Send + Sync>;

Aliased Typeยง

pub(crate) struct StorageCollections<T> { /* private fields */ }