Type Alias LocalStreamEndpoint

Source
pub type LocalStreamEndpoint = LocalEndpoint<LocalStream>;
Expand description

The stream-oriented UNIX domain endpoint type

Aliased Typeยง

struct LocalStreamEndpoint { /* private fields */ }