Skip to content

SendResult

[Source]

What send() returns: SendAccepted, or a SendError saying why the connection would not take the data.

type SendResult is
  (SendAccepted val | SendError)

Type Alias For