Type Definition kvs::ReadOnlyKVStore[][src]

pub type ReadOnlyKVStore<A, const BUCKETS: usize> = KVStore<A, BUCKETS, 0>;