linera_storage_service::client

Type Alias ServiceStoreClient

Source
pub type ServiceStoreClient = MeteredStore<LruCachingStore<MeteredStore<ServiceStoreClientInternal>>>;
Expand description

The service store client with metrics

Aliased Typeยง

struct ServiceStoreClient { /* private fields */ }