into_url

Function into_url 

Source
fn into_url(url: impl IntoUrl) -> Result<Url, Error>
Expand description

This is a hack to work around IntoUrl’s sealed private functions, which can’t be called normally.