Contents

init(using:_:)

Create a Framer protocol for use in a protocol stack.

Declaration

init<BelowProtocol>(using framer: T.Type, @ProtocolStackBuilder<BelowProtocol> _ builder: () -> BelowProtocol) where BelowProtocol : StreamProtocol

Parameters

  • builder:

    The protocol stack below Framer.