diff --git a/src/lib.rs b/src/lib.rs index 0eb4dca..f86c28d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -165,6 +165,7 @@ pub trait JsonPathQuery { fn path(self, query: &str) -> Result; } +#[derive(Clone)] pub struct JsonPathInst { inner: JsonPath, }