Skip to main content

BlobStore

Type Alias BlobStore 

Source
pub type BlobStore = Store<Vec<u8>>;
Expand description

A key-value store mapping string keys to binary (Vec<u8>) values.

Aliased Typeยง

pub struct BlobStore { /* private fields */ }