glisten/socket

Types

pub opaque type ListenSocket
pub opaque type Socket
pub type SocketReason {
  Closed
  Timeout
}

Constructors

  • Closed
  • Timeout
pub type Transport {
  Tcp
  Ssl
}

Constructors

  • Tcp
  • Ssl