Function parse

Source
pub fn parse<S: AsRef<str>>(string: S) -> Result<Url, Error>
Available on crate feature auth only.
Expand description

Parses the given string into Url.

ยงErrors

Returns Error when the string can not be parsed into URL.