Skip to content

Update documentation and API of Trivial and Opaque kind markers #333

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

Merged
merged 9 commits into from
Oct 4, 2020

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Oct 4, 2020

Follow-up to #325.

In the interest of keeping the root module focused on the most widely
used items only.
These marker types are never intended to exist at runtime, only at
compile time in a trait impl.
This trait is not intended to be implementable outside of the cxx crate,
and by sealing we retain the ability to add methods or associated items
into the trait in the future without a breaking change.
@dtolnay dtolnay merged commit 445dcc6 into master Oct 4, 2020
@dtolnay dtolnay deleted the kind branch October 4, 2020 04:02
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.

1 participant