minitel

Type Alias WSMinitel

Source
pub type WSMinitel = Minitel<WSPort<TcpStream>>;
Expand description

Minitel terminal used over a websocket connection

Aliased Type§

struct WSMinitel {
    pub port: WSPort<TcpStream>,
}

Fields§

§port: WSPort<TcpStream>