UploadableConvertible
public protocol UploadableConvertible : Sendable
A type that can produce an UploadRequest.Uploadable value.
-
Produces an
UploadRequest.Uploadablevalue from the instance.Throws
AnyErrorproduced during creation.Declaration
Swift
func createUploadable() throws -> UploadRequest.UploadableReturn Value
View on GitHub
Install in Dash