Skip to main content

SocketMonitor

Type Alias SocketMonitor 

Source
pub type SocketMonitor = Receiver<SocketEvent>;
Expand description

Handle for receiving socket events.

This is a channel receiver that provides a stream of socket lifecycle events.

Aliased Typeยง

pub struct SocketMonitor { /* private fields */ }