pub fn init(blobs: Box<dyn BlobStore>)Expand description
Register a backend built from any BlobStore. Use this to supply a custom
store; most apps want init_local instead.
pub fn init(blobs: Box<dyn BlobStore>)Register a backend built from any BlobStore. Use this to supply a custom
store; most apps want init_local instead.