RequestStringConvertible
public protocol RequestStringConvertible
Can be string-formatted for use by AzureCore.
-
Undocumented
Declaration
Swift
var requestString: String { get }
-
==(_:
Extension method_: ) Undocumented
Declaration
Swift
static func == (lhs: RequestStringConvertible, rhs: RequestStringConvertible) -> Bool