Protocol
MultipartPartDecodable
A type that can be converted from a
MultipartPart.protocol MultipartPartDecodable<Body>
Overview
Conform a type to this protocol to control how it is read out of a multipart message.
Topics
Associated Types
associatedtype Body : RangeReplaceableCollection, SendableThe body type of the part this value converts from.
Initializers
init(multipart: MultipartPart<Self.Body>) throwsCreates an instance from aMultipartPart.