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

Rename Pair to Record #1108

Closed
webmaster128 opened this issue Sep 27, 2021 · 0 comments · Fixed by #1116
Closed

Rename Pair to Record #1108

webmaster128 opened this issue Sep 27, 2021 · 0 comments · Fixed by #1116
Assignees

Comments

@webmaster128
Copy link
Member

The type Pair is not a generic pair but a record of a KV store. There is no point in generalizing it. If you need a generic pair in Rust, simple you a touple with two elements.

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 a pull request may close this issue.

1 participant