pub trait ObjectStoreProvider:
Debug
+ Sync
+ Send {
// Required method
fn new_store(
&self,
base_path: Url,
params: &ObjectStoreParams,
) -> Result<ObjectStore>;
}
pub trait ObjectStoreProvider:
Debug
+ Sync
+ Send {
// Required method
fn new_store(
&self,
base_path: Url,
params: &ObjectStoreParams,
) -> Result<ObjectStore>;
}