URLConvertible
public protocol URLConvertible
Allows interchangeable use of String and URL in calls that need a URL.
-
The URL represented by this value.
Declaration
Swift
var url: URL? { get }
View on GitHub
URLConvertible Protocol Reference