pub fn parse<S: AsRef<str>>(string: S) -> Result<Url, Error>
auth
Parses the given string into Url.
Url
Returns Error when the string can not be parsed into URL.
Error