pub type WSMinitel = Minitel<WSPort<TcpStream>>;
Minitel terminal used over a websocket connection
struct WSMinitel { pub port: WSPort<TcpStream>, }
port: WSPort<TcpStream>