We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If a function takes impl Into<String> it would be nice to pass it a &String (say, from pattern matching) without additional friction.
impl Into<String>
&String
#59825 implements this.