Skip to content

Commit

Permalink
feat: add Clone trait to Rust Client (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aenimus committed May 15, 2024
1 parent cc3d36d commit 2ff5f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rust-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ use crate::mutations::Mutations;
use crate::subscriptions::Subscriptions;
use crate::live_queries::LiveQueries;
#[derive(Clone)]
pub struct Client {
client: Arc<${clientPackageNamespace}::Client>,
}
Expand Down

0 comments on commit 2ff5f3b

Please sign in to comment.