Struct rich_sdl2_net_rust::sock::TcpSocket [−][src]
pub struct TcpSocket<'socket> { /* fields omitted */ }
Expand description
A tcp connection socket for receive packets.
Implementations
Polls a request from a client, or None
if no requests received.