Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 184 Bytes

TemplateEncoder.md

File metadata and controls

14 lines (10 loc) · 184 Bytes

PROTOCOL

TemplateEncoder

public protocol TemplateEncoder

Methods

encode(_:)

func encode<T>(_ value: T) throws -> Data where T: Encodable