Skip to content

Use &[impl AsRef<str>] instead of &[&str]#1149

Open
rafaelcaricio wants to merge 4 commits intogtk-rs:mainfrom
rafaelcaricio:str-array-asref
Open

Use &[impl AsRef<str>] instead of &[&str]#1149
rafaelcaricio wants to merge 4 commits intogtk-rs:mainfrom
rafaelcaricio:str-array-asref

Conversation

@rafaelcaricio
Copy link

This PR complements the changes in gtk-rs/gtk-rs-core#89 applying the new code pattern in the auto generated code.

@MarijnS95
Copy link
Contributor

Would it be possible and shorter to use &[impl AsRef<str>] instead?

@rafaelcaricio rafaelcaricio changed the title Use S: AsRef<str>, &[S] instead of &[&str] Use &[impl AsRef<str>] instead of &[&str] May 24, 2021
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.

2 participants