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

Document Param trait #2938

Merged
merged 5 commits into from
Mar 18, 2024
Merged

Document Param trait #2938

merged 5 commits into from
Mar 18, 2024

Conversation

kennykerr
Copy link
Collaborator

More can be said about the Param trait, but this at least provides a start by including some preliminary documentation.

  • The IntoParam trait is renamed Param to improve comprehension.
  • The Param trait is now unhidden and provides a basic description of its purpose and use.
  • Some internal supporting types have been renamed, even though they remain hidden, to further clarify their purpose and meaning.

Fixes: #1499

fmt
@kennykerr kennykerr requested a review from riverar March 18, 2024 18:43
@kennykerr kennykerr merged commit 69ffb41 into master Mar 18, 2024
66 checks passed
@kennykerr kennykerr deleted the param-traits branch March 18, 2024 20:54
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.

IntoParam is not documented leading to some confusion
2 participants