parse_supported_url

Function parse_supported_url 

Source
pub fn parse_supported_url(s: &str) -> Option<Url>
Expand description

Parses a string into a URL.

Returns None if the string is not a supported scheme or not a valid URL.