Type Alias mz_compute_client::controller::StorageCollections

source ·
type StorageCollections<T> = Arc<dyn StorageCollections<Timestamp = T> + Send + Sync>;

Aliased Type§

struct StorageCollections<T> { /* private fields */ }