Type Alias SystemListener

Source
pub type SystemListener = UnixListener;
Expand description

Alias to enable platform independent code.

Aliased Typeยง

struct SystemListener(/* private fields */);