Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Initializer

init(multipart:)

Creates an instance from a MultipartPart.
init(multipart: MultipartPart<Self.Body>) throws

Parameters

multipart

The part to convert.

Discussion

Throws

If the part does not hold a valid representation of this type.