pub type ListenerStream = BoxStream<'static, ListenerItem>;
Expand description

Stream of new connections.

Aliased Type§

struct ListenerStream { /* private fields */ }