RequestPath
@propertyWrapper
public struct RequestPath : Encodable
extension RequestPath: ExpressibleByStringLiteral, ExpressibleByExtendedGraphemeClusterLiteral, ExpressibleByUnicodeScalarLiteral
Undocumented
-
Undocumented
Declaration
Swift
public var wrappedValue: String
-
Undocumented
Declaration
Swift
public init(wrappedValue: String = "")
-
Declaration
Swift
public init(stringLiteral value: String)