Contents

init(_:)

Create a Framer protocol for use in a protocol stack.

Declaration

init<BelowProtocol>(@ProtocolStackBuilder<BelowProtocol> _ builder: () -> BelowProtocol) where BelowProtocol : MessageProtocol

Parameters

  • builder:

    The protocol stack below Framer.