Type Alias LocalDgramEndpoint

Source
pub type LocalDgramEndpoint = LocalEndpoint<LocalDgram>;
Expand description

The datagram-oriented UNIX domain endpoint type.

Aliased Typeยง

pub struct LocalDgramEndpoint { /* private fields */ }