Return Result
from constructors which take TryInto<Url>
#303
Labels
semver-major
This change requires a semver major change
Milestone
Now that
TryFrom<str> for Url
has been implemented, using theUrl
struct is a lot more pleasant. This opens up the possibility again for us to move from a "panic if parsing fails" to returning errors if parsing fails.The text was updated successfully, but these errors were encountered: