Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Clone on Client #1

Open
ThatOneShortGuy opened this issue Sep 3, 2024 · 0 comments
Open

Implementing Clone on Client #1

ThatOneShortGuy opened this issue Sep 3, 2024 · 0 comments

Comments

@ThatOneShortGuy
Copy link

Is there any particular reason Clone couldn't be implemented on the Client struct? I'm trying to write a Python wrapper using Pyo3 and (because Python) everything must implement Clone. My current workaround of making my own Client type that implements Clone by reinitializing is harmful to performance (and bandwidth).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant