Type Alias StorageCollectionsHandle

Source
pub type StorageCollectionsHandle = Arc<dyn StorageCollections<Timestamp = Timestamp> + Send + Sync>;
Expand description

Storage collections trait alias we need to consult for since/frontiers.

Aliased Typeยง

pub struct StorageCollectionsHandle { /* private fields */ }