Skip to main content

Incoming

Type Alias Incoming 

Source
pub type Incoming = UnixListenerStream;
Expand description

A stream of accepted local RPC connections.

Aliased Typeยง

pub struct Incoming { /* private fields */ }