Function ratchet_fixture::duplex::make_websocket[][src]

pub fn make_websocket<E>(
    stream: DuplexStream,
    role: Role,
    ext: E
) -> MockWebSocket<E> where
    E: Extension,