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

encoding/proto: Add a trait combining EncodeMetric, Send and Sync #99

Closed
wants to merge 1 commit into from

Conversation

ackintosh
Copy link
Contributor

The same as encoding::text, I added SendSyncEncodeMetric trait combining EncodeMetric, Send, and Sync.

Signed-off-by: ackintosh <sora.akatsuki@gmail.com>
@adamchalmers
Copy link
Contributor

Why add another trait with the same definition as the encoding::text one? Maybe there should just be one trait that gets used in both places (text and protobuf encodings).

@mxinden
Copy link
Member

mxinden commented Dec 29, 2022

With #105 merged and released, this is resolved.

@mxinden mxinden closed this Dec 29, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants