UploadableConvertible
public protocol UploadableConvertible : Sendable
A type that can produce an UploadRequest.Uploadable
value.
-
Produces an
UploadRequest.Uploadable
value from the instance.Throws
AnyError
produced during creation.Declaration
Swift
func createUploadable() throws -> UploadRequest.Uploadable
Return Value