We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://blog.logrocket.com/improving-overconstrained-rust-library-apis/, e.g. the "Into the Woods" section for possible improvements to functions taking optional arguments.
The text was updated successfully, but these errors were encountered:
we do similar things in a few places, like various arguments take impl Into<Arc<T>>, so you can pass either an existing Arc<T> or just a T.
impl Into<Arc<T>>
Arc<T>
T
Sorry, something went wrong.
Ah, yes. I'm thinking GlyphBuilder and the various new functions for anchors, etc.
new
No branches or pull requests
See https://blog.logrocket.com/improving-overconstrained-rust-library-apis/, e.g. the "Into the Woods" section for possible improvements to functions taking optional arguments.
The text was updated successfully, but these errors were encountered: