Structs§
- Ready
Timeout Error - An error returned from the
ready_timeoutmethod. - Recv
Error - An error returned from the
recvmethod. - Select
Timeout Error - An error returned from the
select_timeoutmethod. - Send
Error - An error returned from the
sendmethod. - TryReady
Error - An error returned from the
try_readymethod. - TrySelect
Error - An error returned from the
try_selectmethod.
Enums§
- Recv
Timeout Error - An error returned from the
recv_timeoutmethod. - Send
Timeout Error - An error returned from the
send_timeoutmethod. - TryRecv
Error - An error returned from the
try_recvmethod. - TrySend
Error - An error returned from the
try_sendmethod.