lance_io::object_store

Trait WrappingObjectStore

Source
pub trait WrappingObjectStore:
    Debug
    + Send
    + Sync {
    // Required method
    fn wrap(&self, original: Arc<dyn OSObjectStore>) -> Arc<dyn OSObjectStore>;
}

Required Methods§

Source

fn wrap(&self, original: Arc<dyn OSObjectStore>) -> Arc<dyn OSObjectStore>

Implementors§