Function ws_tool::codec::default_frame_codec_factory[][src]

pub fn default_frame_codec_factory(
    _req: Request<()>,
    stream: WsStream
) -> Result<Framed<WsStream, WebSocketFrameCodec>, WsError>