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