We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cd9aa commit 72d0279Copy full SHA for 72d0279
src/lib.rs
@@ -41,7 +41,7 @@ use tokio::{
41
#[cfg(feature = "integration-test")]
42
pub use hdfs_native::minidfs;
43
44
-#[derive(Debug)]
+#[derive(Debug, Clone)]
45
pub struct HdfsObjectStore {
46
client: Arc<Client>,
47
}
0 commit comments