Instance Method
send(_:using:)
Sends a message to the documentation renderer using the given handler.
func send(_ message: Message, using handler: Self.SendHandler) throws
Parameters
messageThe message to send to the renderer.
handlerA closure that performs the sending operation.
Discussion
Throws
Throws a CommunicationBridgeError.unableToEncodeMessage if the given message could not be encoded.