We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de74c0 commit b5d1c6bCopy full SHA for b5d1c6b
1 file changed
pyo3-object_store/src/store.rs
@@ -14,6 +14,7 @@ use crate::{PyAzureStore, PyGCSStore, PyHttpStore, PyLocalStore, PyMemoryStore,
14
///
15
/// This will only accept ObjectStore instances created from the same library. See
16
/// [register_store_module][crate::register_store_module].
17
+#[derive(Debug, Clone)]
18
pub struct PyObjectStore(Arc<dyn ObjectStore>);
19
20
impl<'py> FromPyObject<'_, 'py> for PyObjectStore {
0 commit comments