ContentDescriptorSource
public enum ContentDescriptorSource
extension ContentDescriptorSource: CustomStringConvertible
describes the details of data attached to a ContentDescriptor
-
data is an array of bytes contained in a
Data
objectDeclaration
Swift
case bytes(Data)
-
data is referenced by URL
Declaration
Swift
case url(URL)
-
Declaration
Swift
public var description: String { get }