Closed garryod closed 1 year ago
Hey @garryod, thanks for the PR. However, omitting From<Url>
was an intentional design decision that follows the rationale I outlined for NewTypes in general here: https://github.com/ramosbugs/oauth2-rs/issues/112#issuecomment-675801545.
I thought it would be nice to implement
From<Url>
for the url-like types. If there's a reason you believe this shouldn't be done (I note the existence of afrom_url
function) please feel free to close.