Skip to content

LambdaCodableDecoder

pokryfka edited this page Oct 1, 2020 · 2 revisions

LambdaCodableDecoder

public protocol LambdaCodableDecoder

Requirements

decode(_:​from:​)

func decode<T: Decodable>(_ type: T.Type, from buffer: ByteBuffer) throws -> T