-
Undocumented
Declaration
Swift
public typealias T = String
-
Undocumented
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public var contentType: ContentTypeID
-
Undocumented
Declaration
Swift
public func encode(content: String) throws -> EncodedContent
-
Undocumented
Declaration
Swift
public func decode(content: EncodedContent) throws -> String
-
Undocumented
Declaration
Swift
public func fallback(content: String) throws -> String?
-
Undocumented
Declaration
Swift
public func shouldPush(content: String) throws -> Bool