You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add String and &String convert for PathAndQuery (#450)
When building a URI, it is not possible to provide neither String nor
&String, which is useful when adding a path_and_query from a string
built using format!.
This commit adds implementation of From<String> and From<&String> for
PathAndQuery.
0 commit comments