fn into_url(url: impl IntoUrl) -> Result<Url, Error>
This is a hack to work around IntoUrl’s sealed private functions, which can’t be called normally.
IntoUrl