Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

UploadableConvertible

mattt edited this page Sep 18, 2020 · 2 revisions

UploadableConvertible

A type that can produce an UploadRequest.Uploadable value.

public protocol UploadableConvertible

Requirements

createUploadable()

Produces an UploadRequest.Uploadable value from the instance.

func createUploadable() throws -> UploadRequest.Uploadable

Throws

Any Error produced during creation.

Returns

The UploadRequest.Uploadable.

Types
Protocols
Global Typealiases
Clone this wiki locally