Skip to main content

memory_kv

Function memory_kv 

Source
pub fn memory_kv<T, C>(
    opts: KvStorageOptions<T, C>,
) -> KvStorage<MemoryBackend, T, C>
where T: Send + Sync + 'static, C: Codec<T>,