[][src]Module libp2prs_websocket::framed

Structs

WsConfig

A Websocket transport whose output type is a [Stream] and [Sink] of frame payloads which does not implement [AsyncRead] or [AsyncWrite]. See crate::WsConfig if you require the latter.

WsTransListener