Refactor Query
struct: remove Arc<RefCell>
and flatten structure
#526
Labels
rust
Pull requests that update Rust code
Refactor the
Query
struct by removing theArc<RefCell>
wrapper, flattening the nestedQueryInner
struct, and eliminating the generic typeT
.The text was updated successfully, but these errors were encountered: